diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 22:41:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 22:41:36 +0800 |
commit | 5c8d24d462709295e96cad07cb4560be1376cc47 (patch) | |
tree | c2a650599f15978179e2fe31cc16e35853baa449 /dns | |
parent | 98ede66b1ec1c1a019a714bcde6a98063767023f (diff) | |
download | freebsd-ports-gnome-5c8d24d462709295e96cad07cb4560be1376cc47.tar.gz freebsd-ports-gnome-5c8d24d462709295e96cad07cb4560be1376cc47.tar.zst freebsd-ports-gnome-5c8d24d462709295e96cad07cb4560be1376cc47.zip |
- Stage support
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-RBLClient/Makefile | 4 | ||||
-rw-r--r-- | dns/p5-Net-RBLClient/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dns/p5-Net-RBLClient/Makefile b/dns/p5-Net-RBLClient/Makefile index dce5a13847be..ea07e90190be 100644 --- a/dns/p5-Net-RBLClient/Makefile +++ b/dns/p5-Net-RBLClient/Makefile @@ -19,8 +19,4 @@ WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION} USES= perl5 USE_PERL5= configure -MAN1= spamalyze.1 -MAN3= Net::RBLClient.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-RBLClient/pkg-plist b/dns/p5-Net-RBLClient/pkg-plist index a7cde0cc1189..5c6e2348b6e3 100644 --- a/dns/p5-Net-RBLClient/pkg-plist +++ b/dns/p5-Net-RBLClient/pkg-plist @@ -1,6 +1,8 @@ bin/spamalyze %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient/.packlist %%SITE_PERL%%/Net/RBLClient.pm +%%PERL5_MAN3%%/Net::RBLClient.3.gz +man/man1/spamalyze.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net |