diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-05-08 18:24:39 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-05-08 18:24:39 +0000 |
commit | d187ba26e551111e32f3b955961fd17a349fbc3b (patch) | |
tree | cd488a3c94f3a8b3af04d3242cfb63a9dec5fc15 /japanese/ack | |
parent | c5d188705a545084d9a83e5b15cc823a99e574e7 (diff) | |
download | ports-d187ba26e551111e32f3b955961fd17a349fbc3b.tar.gz ports-d187ba26e551111e32f3b955961fd17a349fbc3b.zip |
Notes
Diffstat (limited to 'japanese/ack')
-rw-r--r-- | japanese/ack/Makefile | 9 |
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> |