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/Makefile | |
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/Makefile')
-rw-r--r-- | security/p5-PGP-Sign/Makefile | 2 |
1 files changed, 1 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} |