diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-08 16:15:16 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-08 16:15:16 +0000 |
commit | ce088dea6332bbbedd46643c6bd69d5cee12bb2b (patch) | |
tree | 1fa5f7f5ac11945ad588fcc7bc9038c367f44133 /chinese/bug5 | |
parent | 70f8cff508717d62b6e404c4982839c13d4bbfe2 (diff) | |
download | ports-ce088dea6332bbbedd46643c6bd69d5cee12bb2b.tar.gz ports-ce088dea6332bbbedd46643c6bd69d5cee12bb2b.zip |
Notes
Diffstat (limited to 'chinese/bug5')
-rw-r--r-- | chinese/bug5/Makefile | 1 | ||||
-rw-r--r-- | chinese/bug5/files/patch-Makefile | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/chinese/bug5/Makefile b/chinese/bug5/Makefile index 2c4329399ec2..dba1adf755f0 100644 --- a/chinese/bug5/Makefile +++ b/chinese/bug5/Makefile @@ -18,7 +18,6 @@ GH_ACCOUNT= buganini GH_COMMIT= 992e2d3 MAKE_ARGS= PREFIX=${PREFIX} -NO_STAGE= yes PLIST_FILES= bin/bug5 diff --git a/chinese/bug5/files/patch-Makefile b/chinese/bug5/files/patch-Makefile new file mode 100644 index 000000000000..66d5bdbad41c --- /dev/null +++ b/chinese/bug5/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2014-01-07 14:46:08.000000000 +0800 ++++ Makefile 2014-01-07 14:46:17.000000000 +0800 +@@ -6,7 +6,7 @@ all: + $(CC) ${CFLAGS} bug5.c -o bug5 ${LDFLAGS} + + install: +- install -m 555 bug5 ${PREFIX}/bin ++ install -m 555 bug5 $(DESTDIR)${PREFIX}/bin + + clean: + rm -f bug5 |