diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-15 06:58:56 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-15 06:58:56 +0000 |
commit | a60b73e9666be2e56abc955505cd9cdf7a5625d7 (patch) | |
tree | 949f81bd2bd4b796b10f5e9a26b3def3be263137 /security/p5-PGP-Sign | |
parent | 4aeae14800a7035c7ece1aac654437a7b8912d12 (diff) |
fix non-interactive build and pkg-plist
PR: ports/25812
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=39872
Diffstat (limited to 'security/p5-PGP-Sign')
-rw-r--r-- | security/p5-PGP-Sign/Makefile | 2 | ||||
-rw-r--r-- | security/p5-PGP-Sign/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile index cf6668f2037b..85e23fb17640 100644 --- a/security/p5-PGP-Sign/Makefile +++ b/security/p5-PGP-Sign/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= croyle@gelemna.org PERL_CONFIGURE= yes -CONFIG_ARGS= PGPS=${PGPS} PGPV=${PGPV} PGPSTYLE=${PGPSTYLE} +CONFIGURE_ARGS= PGPS=${PGPS} PGPV=${PGPV} PGPSTYLE=${PGPSTYLE} MAN3= PGP::Sign.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/security/p5-PGP-Sign/pkg-plist b/security/p5-PGP-Sign/pkg-plist index 1d15996f7b09..9d144728ca66 100644 --- a/security/p5-PGP-Sign/pkg-plist +++ b/security/p5-PGP-Sign/pkg-plist @@ -1,3 +1,4 @@ lib/perl5/site_perl/%%PERL_VER%%/PGP/Sign.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGP/Sign/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGP/Sign +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGP |