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 | |
parent | af95f65219ff52c2bb574f6167971e69b751a8ee (diff) | |
download | ports-fe665b70e93500abc49b151fcd8c7b05be2a8139.tar.gz ports-fe665b70e93500abc49b151fcd8c7b05be2a8139.zip |
Notes
-rw-r--r-- | graphics/icoutils/Makefile | 6 | ||||
-rw-r--r-- | lang/pcc/Makefile | 7 | ||||
-rw-r--r-- | multimedia/clive/Makefile | 5 | ||||
-rw-r--r-- | multimedia/grake/Makefile | 5 |
4 files changed, 11 insertions, 12 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index 3c1cfb35d50c..a26db9f2b604 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -25,11 +25,11 @@ CONFIGURE_ARGS= --disable-nls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= icotool.1 wrestool.1 PLIST_FILES= bin/icotool \ - bin/wrestool + bin/wrestool \ + man/man1/icotool.1.gz \ + man/man1/wrestool.1.gz -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRESSCRIPTS} 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/' diff --git a/multimedia/clive/Makefile b/multimedia/clive/Makefile index 64f789ab2b3a..18575ff7a3dd 100644 --- a/multimedia/clive/Makefile +++ b/multimedia/clive/Makefile @@ -24,10 +24,9 @@ CONFLICTS= py*-clive-[0-1]* ljclive-[0-9]* USES= perl5 USE_PERL5= configure -MAN1= clive.1 PLIST_FILES= bin/clive \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist + %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist \ + man/man1/clive.1.gz PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive -NO_STAGE= yes .include <bsd.port.mk> diff --git a/multimedia/grake/Makefile b/multimedia/grake/Makefile index 658f8c7c2013..5b2d40487e82 100644 --- a/multimedia/grake/Makefile +++ b/multimedia/grake/Makefile @@ -23,9 +23,8 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod USES= perl5 USE_PERL5= configure -MAN1= grake.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake -PLIST_FILES= bin/grake ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake/.packlist +PLIST_FILES= bin/grake ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake/.packlist \ + man/man1/grake.1.gz -NO_STAGE= yes .include <bsd.port.mk> |