diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-15 06:58:56 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-15 06:58:56 +0000 |
commit | 29fc0ef7b21c6d632e4b1b3646096852a1036a97 (patch) | |
tree | e113e5ac065c1cbac35d09f5c15f7d96e7737192 /security/p5-PGP-Sign | |
parent | 5122882a2456fee587f8210dc38321b5142d398a (diff) | |
download | FreeBSD-ports-29fc0ef7b21c6d632e4b1b3646096852a1036a97.zip FreeBSD-ports-29fc0ef7b21c6d632e4b1b3646096852a1036a97.tar.gz |
fix non-interactive build and pkg-plist
PR: ports/25812
Submitted by: maintainer
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 cf6668f..85e23fb 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 1d15996..9d14472 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 |