diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-07 11:52:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-07 11:52:41 +0800 |
commit | 5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-Regex-PreSuf | |
parent | aa7203bfe36ea4c6977d938d04e68f98ab231647 (diff) | |
download | freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.tar.gz freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.tar.zst freebsd-ports-gnome-5c03473a6f9bc50d15d9d0f975242e2a1a36d3d6.zip |
Support STAGEDIR.
Diffstat (limited to 'textproc/p5-Regex-PreSuf')
-rw-r--r-- | textproc/p5-Regex-PreSuf/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Regex-PreSuf/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/p5-Regex-PreSuf/Makefile b/textproc/p5-Regex-PreSuf/Makefile index 3ec5805144db..c003584856e4 100644 --- a/textproc/p5-Regex-PreSuf/Makefile +++ b/textproc/p5-Regex-PreSuf/Makefile @@ -14,7 +14,4 @@ COMMENT= Regex::PreSuf - Given word lists, create regular expressions USES= perl5 USE_PERL5= configure -MAN3= Regex::PreSuf.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Regex-PreSuf/pkg-plist b/textproc/p5-Regex-PreSuf/pkg-plist index 2df3774350ce..30e4a2af71dd 100644 --- a/textproc/p5-Regex-PreSuf/pkg-plist +++ b/textproc/p5-Regex-PreSuf/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Regex::PreSuf.3.gz %%SITE_PERL%%/Regex/PreSuf.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex/PreSuf/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex/PreSuf +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex/PreSuf @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex @dirrmtry %%SITE_PERL%%/Regex |