aboutsummaryrefslogtreecommitdiff
path: root/lang/pcc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-02 15:21:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-02 15:21:20 +0000
commitfe665b70e93500abc49b151fcd8c7b05be2a8139 (patch)
tree9822c26dc9a1b5985403c5bb638e84f468dfd856 /lang/pcc
parentaf95f65219ff52c2bb574f6167971e69b751a8ee (diff)
downloadports-fe665b70e93500abc49b151fcd8c7b05be2a8139.tar.gz
ports-fe665b70e93500abc49b151fcd8c7b05be2a8139.zip
- Stage support
Notes
Notes: svn path=/head/; revision=342317
Diffstat (limited to 'lang/pcc')
-rw-r--r--lang/pcc/Makefile7
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/'