diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-01 22:20:56 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-01 22:20:56 +0800 |
commit | 618ee75341e723d51988877893233538f48c781c (patch) | |
tree | d9bd1e5c2ecf9ff2de36fb6c1e7f5dbf440912d8 /converters/p5-Unicode-IMAPUtf7 | |
parent | cb1590aca8f99b698523b20b1eb2360fe613c547 (diff) | |
download | freebsd-ports-gnome-618ee75341e723d51988877893233538f48c781c.tar.gz freebsd-ports-gnome-618ee75341e723d51988877893233538f48c781c.tar.zst freebsd-ports-gnome-618ee75341e723d51988877893233538f48c781c.zip |
Support STAGEDIR.
Diffstat (limited to 'converters/p5-Unicode-IMAPUtf7')
-rw-r--r-- | converters/p5-Unicode-IMAPUtf7/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-IMAPUtf7/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/converters/p5-Unicode-IMAPUtf7/Makefile b/converters/p5-Unicode-IMAPUtf7/Makefile index d5fa81e24a68..a70dee288c1a 100644 --- a/converters/p5-Unicode-IMAPUtf7/Makefile +++ b/converters/p5-Unicode-IMAPUtf7/Makefile @@ -21,10 +21,7 @@ RUN_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String USES= perl5 USE_PERL5= configure -MAN3= Unicode::IMAPUtf7.3 - post-extract: # breaks non-root build otherwise @${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} a+rx -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-IMAPUtf7/pkg-plist b/converters/p5-Unicode-IMAPUtf7/pkg-plist index 1119a06959ce..ceb5696e5f45 100644 --- a/converters/p5-Unicode-IMAPUtf7/pkg-plist +++ b/converters/p5-Unicode-IMAPUtf7/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Unicode::IMAPUtf7.3.gz %%SITE_PERL%%/Unicode/IMAPUtf7.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/IMAPUtf7/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/IMAPUtf7 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/IMAPUtf7 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode @dirrmtry %%SITE_PERL%%/Unicode |