diff options
author | az <az@FreeBSD.org> | 2014-01-30 17:08:26 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-30 17:08:26 +0800 |
commit | 84e7e41c5633529f2775f93bad1de1048b0d01e6 (patch) | |
tree | b7b147021fc5c4ec7ad6d50a1c5ecede3111129f /security/p5-Crypt-GCrypt | |
parent | 2c7e20484b2a049f11a5c34d6524ced819ff2180 (diff) | |
download | freebsd-ports-gnome-84e7e41c5633529f2775f93bad1de1048b0d01e6.tar.gz freebsd-ports-gnome-84e7e41c5633529f2775f93bad1de1048b0d01e6.tar.zst freebsd-ports-gnome-84e7e41c5633529f2775f93bad1de1048b0d01e6.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'security/p5-Crypt-GCrypt')
-rw-r--r-- | security/p5-Crypt-GCrypt/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-GCrypt/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index e0fa72b14c88..a7e323645243 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -21,7 +21,4 @@ USE_PERL5= configure CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ GCRYPTINCPATH=${LOCALBASE}/include -MAN3= Crypt::GCrypt.3 Crypt::GCrypt::MPI.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-GCrypt/pkg-plist b/security/p5-Crypt-GCrypt/pkg-plist index 11f306ac7945..4b1c8a3a7925 100644 --- a/security/p5-Crypt-GCrypt/pkg-plist +++ b/security/p5-Crypt-GCrypt/pkg-plist @@ -3,6 +3,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt/GCrypt.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt/GCrypt.so +%%PERL5_MAN3%%/Crypt::GCrypt.3.gz +%%PERL5_MAN3%%/Crypt::GCrypt::MPI.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/GCrypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt |