diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-09 06:43:47 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-09 06:43:47 +0800 |
commit | 43a1f7b26e97ea50cd582e1b3ad02f8e22e69af2 (patch) | |
tree | 6ac6acf725bcd90d97605b572fc996c0b3fb4e5e | |
parent | 11960325af041f5cafebab01de3001f3575229e5 (diff) | |
download | freebsd-ports-gnome-43a1f7b26e97ea50cd582e1b3ad02f8e22e69af2.tar.gz freebsd-ports-gnome-43a1f7b26e97ea50cd582e1b3ad02f8e22e69af2.tar.zst freebsd-ports-gnome-43a1f7b26e97ea50cd582e1b3ad02f8e22e69af2.zip |
- Support staging
-rw-r--r-- | security/p5-Dancer-Plugin-Passphrase/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Dancer-Plugin-Passphrase/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/security/p5-Dancer-Plugin-Passphrase/Makefile b/security/p5-Dancer-Plugin-Passphrase/Makefile index 4350205fbc30..2030a3873d27 100644 --- a/security/p5-Dancer-Plugin-Passphrase/Makefile +++ b/security/p5-Dancer-Plugin-Passphrase/Makefile @@ -27,7 +27,4 @@ RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ USES= perl5 USE_PERL5= configure -MAN3= Dancer::Plugin::Passphrase.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Dancer-Plugin-Passphrase/pkg-plist b/security/p5-Dancer-Plugin-Passphrase/pkg-plist index cd2a27a4360f..2588fab4b56c 100644 --- a/security/p5-Dancer-Plugin-Passphrase/pkg-plist +++ b/security/p5-Dancer-Plugin-Passphrase/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Dancer/Plugin/Passphrase.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Passphrase/.packlist +%%PERL5_MAN3%%/Dancer::Plugin::Passphrase.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Passphrase @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer |