diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2017-05-30 13:51:10 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2017-05-30 13:51:10 +0000 |
commit | 83f32caf685fbfb029a4519385f65f4ee4208a04 (patch) | |
tree | 3c0342146ad1f9c3235a952d0f66cf9f6163e435 /math/moo/files/patch-Makefile | |
parent | devel/pcsc-lite: Update port to 1.8.21 (diff) |
Update to version 1.5
Notes
Notes:
svn path=/head/; revision=442065
Diffstat (limited to 'math/moo/files/patch-Makefile')
-rw-r--r-- | math/moo/files/patch-Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/moo/files/patch-Makefile b/math/moo/files/patch-Makefile deleted file mode 100644 index c11fb19931f8..000000000000 --- a/math/moo/files/patch-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.orig Thu Apr 5 14:13:26 2007 -+++ Makefile Thu Apr 5 14:14:06 2007 -@@ -3,14 +3,11 @@ - PROG= moo - SRCS= moo.c scan.c - CPPFLAGS+= -I${.CURDIR} --COPTS+= -Wall -W -Wno-unused -Wshadow -pedantic -+COPTS+= -Wall -W -Wno-unused -Wshadow - CLEANFILES+= moo.c y.tab.h scan.c lex.yy.c - - LOCALBASE?=/usr/local - BINDIR=${LOCALBASE}/bin - MANDIR=${LOCALBASE}/man/cat -- --regress:: -- cd ${.CURDIR}/regress && ${MAKE} MOO=${.OBJDIR}/moo - - .include <bsd.prog.mk> |