diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-15 14:58:56 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-15 14:58:56 +0800 |
commit | 29fc0ef7b21c6d632e4b1b3646096852a1036a97 (patch) | |
tree | e113e5ac065c1cbac35d09f5c15f7d96e7737192 /security | |
parent | 5122882a2456fee587f8210dc38321b5142d398a (diff) | |
download | freebsd-ports-gnome-29fc0ef7b21c6d632e4b1b3646096852a1036a97.tar.gz freebsd-ports-gnome-29fc0ef7b21c6d632e4b1b3646096852a1036a97.tar.zst freebsd-ports-gnome-29fc0ef7b21c6d632e4b1b3646096852a1036a97.zip |
fix non-interactive build and pkg-plist
PR: ports/25812
Submitted by: maintainer
Diffstat (limited to 'security')
-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 |