Index: head/math/moo/Makefile =================================================================== --- head/math/moo/Makefile (revision 442303) +++ head/math/moo/Makefile (revision 442304) @@ -1,23 +1,25 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= moo PORTVERSION= 1.5 CATEGORIES= math MAINTAINER= skreuzer@FreeBSD.org COMMENT= Calculator that accepts C-like syntax as input +LICENSE= PD + USE_GITHUB= yes GH_ACCOUNT= raylai GH_TAGNAME= ${PORTVERSION} PLIST_FILES= bin/moo man/man1/moo.1.gz MAKE_JOBS_UNSAFE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/math/moo/files/patch-Makefile =================================================================== --- head/math/moo/files/patch-Makefile (nonexistent) +++ head/math/moo/files/patch-Makefile (revision 442304) @@ -0,0 +1,19 @@ +--- Makefile.orig 2017-06-01 18:24:01 UTC ++++ Makefile +@@ -1,14 +1,14 @@ + PROG= moo + SRCS= moo.c scan.c + CPPFLAGS+= -I${.CURDIR} +-COPTS+= -Wall -W -Wno-unused -Wshadow -pedantic -std=c99 ++CFLAGS+= -Wall -W -Wno-unused -Wshadow -pedantic -std=c99 + CLEANFILES+= moo.c y.tab.h scan.c lex.yy.c + + LOCALBASE?=/usr/local + BINDIR=${LOCALBASE}/bin + MANDIR=${LOCALBASE}/man/cat + +-regress:: ++regress: + cd ${.CURDIR}/regress && ${MAKE} MOO=${.OBJDIR}/moo + + .include Property changes on: head/math/moo/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property