aboutsummaryrefslogtreecommitdiff
path: root/japanese/ack
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-05-08 18:24:39 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-05-08 18:24:39 +0000
commitd187ba26e551111e32f3b955961fd17a349fbc3b (patch)
treecd488a3c94f3a8b3af04d3242cfb63a9dec5fc15 /japanese/ack
parentc5d188705a545084d9a83e5b15cc823a99e574e7 (diff)
downloadports-d187ba26e551111e32f3b955961fd17a349fbc3b.tar.gz
ports-d187ba26e551111e32f3b955961fd17a349fbc3b.zip
Notes
Diffstat (limited to 'japanese/ack')
-rw-r--r--japanese/ack/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/ack/Makefile b/japanese/ack/Makefile
index 1690c5b23536..0c759ce66585 100644
--- a/japanese/ack/Makefile
+++ b/japanese/ack/Makefile
@@ -17,9 +17,10 @@ CONFLICTS_INSTALL= p5-ack-[0-9]* ack-[0-9]*
ALL_TARGET= ack
CFLAGS+= -Wno-error=return-type
-MANLANG= ja
-MAN1= ack.1
-PLIST_FILES= bin/ack
+PLIST_FILES= bin/ack man/ja/man1/ack.1.gz
+
+post-patch:
+ @${REINPLACE_CMD} -E 's,(BINARY|MANUAL)),DESTDIR)$$(&,' \
+ ${WRKSRC}/Makefile
-NO_STAGE= yes
.include <bsd.port.mk>