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 /multimedia | |
parent | af95f65219ff52c2bb574f6167971e69b751a8ee (diff) | |
download | ports-fe665b70e93500abc49b151fcd8c7b05be2a8139.tar.gz ports-fe665b70e93500abc49b151fcd8c7b05be2a8139.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/clive/Makefile | 5 | ||||
-rw-r--r-- | multimedia/grake/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
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> |