diff options
author | az <az@FreeBSD.org> | 2014-01-06 00:08:00 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-06 00:08:00 +0800 |
commit | 58065f1e29f7c15496cedca8487872f8cf6e2497 (patch) | |
tree | 09c071ae8cd6ce45b2c813dffcdb2251c2dd1bc4 /mail/p5-Net-QMTP | |
parent | e19db41c27807026e20c008d0f1e7c50653d3f78 (diff) | |
download | freebsd-ports-gnome-58065f1e29f7c15496cedca8487872f8cf6e2497.tar.gz freebsd-ports-gnome-58065f1e29f7c15496cedca8487872f8cf6e2497.tar.zst freebsd-ports-gnome-58065f1e29f7c15496cedca8487872f8cf6e2497.zip |
- stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'mail/p5-Net-QMTP')
-rw-r--r-- | mail/p5-Net-QMTP/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Net-QMTP/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/mail/p5-Net-QMTP/Makefile b/mail/p5-Net-QMTP/Makefile index 4f622f5421d3..f9576c882116 100644 --- a/mail/p5-Net-QMTP/Makefile +++ b/mail/p5-Net-QMTP/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS= p5-Text-Netstring>=0:${PORTSDIR}/textproc/p5-Text-Netstring USES= perl5 USE_PERL5= configure -MAN3= Net::QMTP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/mail/p5-Net-QMTP/pkg-plist b/mail/p5-Net-QMTP/pkg-plist index e6be8c02dd26..24b1ef3513b7 100644 --- a/mail/p5-Net-QMTP/pkg-plist +++ b/mail/p5-Net-QMTP/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Net/QMTP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/QMTP/.packlist +%%PERL5_MAN3%%/Net::QMTP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/QMTP -@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Net 2>/dev/null || true -@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |