diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 21:46:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 21:46:39 +0800 |
commit | 892537cb4a34fd5af2dc09d9d78315ef35d87659 (patch) | |
tree | c3ef9b491e6d4d86a4820829867cf2df983fd146 /net/p5-Net-DHCP | |
parent | 0a6909b5ec8c8e6462ff4db65109e317c3d37108 (diff) | |
download | freebsd-ports-gnome-892537cb4a34fd5af2dc09d9d78315ef35d87659.tar.gz freebsd-ports-gnome-892537cb4a34fd5af2dc09d9d78315ef35d87659.tar.zst freebsd-ports-gnome-892537cb4a34fd5af2dc09d9d78315ef35d87659.zip |
Support staging.
Diffstat (limited to 'net/p5-Net-DHCP')
-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 |