diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 23:24:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 23:24:05 +0800 |
commit | 608a7252e15eab2fbb77bf8e1a0f3737e483ef03 (patch) | |
tree | 43e009d90d928524c0a365b2cb5c374b9c1333a0 | |
parent | c8346977326d3080f4163ebb5b9c5aa95faf1e88 (diff) | |
download | freebsd-ports-gnome-608a7252e15eab2fbb77bf8e1a0f3737e483ef03.tar.gz freebsd-ports-gnome-608a7252e15eab2fbb77bf8e1a0f3737e483ef03.tar.zst freebsd-ports-gnome-608a7252e15eab2fbb77bf8e1a0f3737e483ef03.zip |
- Stage support
-rw-r--r-- | mail/mime-construct/Makefile | 3 | ||||
-rw-r--r-- | mail/mime-construct/pkg-plist | 1 | ||||
-rw-r--r-- | security/p5-Authen-DecHpwd/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Authen-DecHpwd/pkg-plist | 1 | ||||
-rw-r--r-- | security/p5-Digest-SV1/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest-SV1/pkg-plist | 1 |
6 files changed, 3 insertions, 9 deletions
diff --git a/mail/mime-construct/Makefile b/mail/mime-construct/Makefile index 0923fa630242..a81327e6d0f7 100644 --- a/mail/mime-construct/Makefile +++ b/mail/mime-construct/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= mime-construct.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/mail/mime-construct/pkg-plist b/mail/mime-construct/pkg-plist index 89b5c25ff85d..e6308c09b8b2 100644 --- a/mail/mime-construct/pkg-plist +++ b/mail/mime-construct/pkg-plist @@ -1,3 +1,4 @@ bin/mime-construct %%SITE_PERL%%/%%PERL_ARCH%%/auto/mime-construct/.packlist +man/man1/mime-construct.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mime-construct diff --git a/security/p5-Authen-DecHpwd/Makefile b/security/p5-Authen-DecHpwd/Makefile index a0dc1f09cc4f..f8474e4caff5 100644 --- a/security/p5-Authen-DecHpwd/Makefile +++ b/security/p5-Authen-DecHpwd/Makefile @@ -19,7 +19,4 @@ LICENSE= GPLv2 USES= perl5 USE_PERL5= modbuild -MAN3= Authen::DecHpwd.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-DecHpwd/pkg-plist b/security/p5-Authen-DecHpwd/pkg-plist index 225b311f2872..20d9052f8eb4 100644 --- a/security/p5-Authen-DecHpwd/pkg-plist +++ b/security/p5-Authen-DecHpwd/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Authen/DecHpwd.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.so +%%PERL5_MAN3%%/Authen::DecHpwd.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Authen diff --git a/security/p5-Digest-SV1/Makefile b/security/p5-Digest-SV1/Makefile index 3c2eacd2a590..7f219a31d1c4 100644 --- a/security/p5-Digest-SV1/Makefile +++ b/security/p5-Digest-SV1/Makefile @@ -16,7 +16,4 @@ BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ USES= perl5 USE_PERL5= modbuild -MAN3= Digest::SV1.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-SV1/pkg-plist b/security/p5-Digest-SV1/pkg-plist index 726386ad8c88..8da0d33e9cdd 100644 --- a/security/p5-Digest-SV1/pkg-plist +++ b/security/p5-Digest-SV1/pkg-plist @@ -1,2 +1,3 @@ %%SITE_PERL%%/Digest/SV1.pm +%%PERL5_MAN3%%/Digest::SV1.3.gz @dirrmtry %%SITE_PERL%%/Digest/ |