aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pcc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-02 23:21:20 +0800
committermiwi <miwi@FreeBSD.org>2014-02-02 23:21:20 +0800
commit9e1bfbfc6a1da9aa5d6f29f2e15bf522601a201a (patch)
tree9822c26dc9a1b5985403c5bb638e84f468dfd856 /lang/pcc
parentbc265f4908f709f0693f48e475138b8c2b84d77f (diff)
downloadfreebsd-ports-gnome-9e1bfbfc6a1da9aa5d6f29f2e15bf522601a201a.tar.gz
freebsd-ports-gnome-9e1bfbfc6a1da9aa5d6f29f2e15bf522601a201a.tar.zst
freebsd-ports-gnome-9e1bfbfc6a1da9aa5d6f29f2e15bf522601a201a.zip
- Stage support
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/'