diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-08 01:06:34 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-08 01:06:34 +0000 |
commit | 79178fdc3efbb9c3a271a3ca2d3b1f9e2ae3e7f3 (patch) | |
tree | 9d0de4fa644948e827bf026051f89d82d90edbfc /www/p5-chklinks | |
parent | 711bcde30a28b7b99fbcef5dd4d9af9b32948080 (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=333169
Diffstat (limited to 'www/p5-chklinks')
-rw-r--r-- | www/p5-chklinks/Makefile | 6 | ||||
-rw-r--r-- | www/p5-chklinks/pkg-plist | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/www/p5-chklinks/Makefile b/www/p5-chklinks/Makefile index f677ca531362..0aaf19752ff5 100644 --- a/www/p5-chklinks/Makefile +++ b/www/p5-chklinks/Makefile @@ -18,11 +18,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= chklinks.1 -PLIST_FILES= bin/chklinks \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/chklinks/.packlist -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/chklinks - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-chklinks/pkg-plist b/www/p5-chklinks/pkg-plist new file mode 100644 index 000000000000..1aa4adf63c73 --- /dev/null +++ b/www/p5-chklinks/pkg-plist @@ -0,0 +1,4 @@ +bin/chklinks +%%SITE_PERL%%/%%PERL_ARCH%%/auto/chklinks/.packlist +man/man1/chklinks.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/chklinks |