diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 13:46:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 13:46:39 +0000 |
commit | 5d92d0e7afcec7cb7e30e57744e08f2d6ca9a6c9 (patch) | |
tree | c3ef9b491e6d4d86a4820829867cf2df983fd146 | |
parent | 7ba1b53fad83ea4e54d15712b0bced13b7572704 (diff) | |
download | freebsd-ports-5d92d0e7afcec7cb7e30e57744e08f2d6ca9a6c9.zip |
Support staging.
-rw-r--r-- | net/p5-Net-DHCP/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DHCP/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net/p5-Net-DHCP/Makefile b/net/p5-Net-DHCP/Makefile index 81cf367c51c2..c8b5ee53fb88 100644 --- a/net/p5-Net-DHCP/Makefile +++ b/net/p5-Net-DHCP/Makefile @@ -18,8 +18,4 @@ TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn USES= perl5 USE_PERL5= modbuild -MAN3= Net::DHCP::Constants.3 \ - Net::DHCP::Packet.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-Net-DHCP/pkg-plist b/net/p5-Net-DHCP/pkg-plist index 241730f6e3a6..921f5938849e 100644 --- a/net/p5-Net-DHCP/pkg-plist +++ b/net/p5-Net-DHCP/pkg-plist @@ -1,4 +1,6 @@ %%SITE_PERL%%/Net/DHCP/Constants.pm %%SITE_PERL%%/Net/DHCP/Packet.pm +%%PERL5_MAN3%%/Net::DHCP::Constants.3.gz +%%PERL5_MAN3%%/Net::DHCP::Packet.3.gz @dirrmtry %%SITE_PERL%%/Net/DHCP @dirrmtry %%SITE_PERL%%/Net |