diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 15:21:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 15:21:20 +0000 |
commit | fe665b70e93500abc49b151fcd8c7b05be2a8139 (patch) | |
tree | 9822c26dc9a1b5985403c5bb638e84f468dfd856 /lang/pcc | |
parent | af95f65219ff52c2bb574f6167971e69b751a8ee (diff) | |
download | ports-fe665b70e93500abc49b151fcd8c7b05be2a8139.tar.gz ports-fe665b70e93500abc49b151fcd8c7b05be2a8139.zip |
Notes
Diffstat (limited to 'lang/pcc')
-rw-r--r-- | lang/pcc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile index 44a18dae0fba..5cc6a55594c3 100644 --- a/lang/pcc/Makefile +++ b/lang/pcc/Makefile @@ -18,11 +18,12 @@ USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= YACC=${YACC} -MAN1= ccom.1 cpp.1 pcc.1 -PLIST_FILES= bin/pcc libexec/ccom libexec/cpp +PLIST_FILES= bin/pcc libexec/ccom libexec/cpp \ + man/man1/ccom.1.gz man/man1/cpp.1.gz \ + man/man1/pcc.1.gz # Fix -jX builds: use -C switch instead of cd'ing and add missing dependency -NO_STAGE= yes + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E \ 's/cd (.+)(;| &&) (\$$[{(]MAKE[})][^$$]*)( \$$\(MFLAGS\))?/\3 -C \1/' |