summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2016-03-20 22:03:17 +0000
committerwiz <wiz>2016-03-20 22:03:17 +0000
commitdc2fc08c2a05b8befbdb1ec9b94aeac534e5ed10 (patch)
tree64b5735f45b10d9626d0ff73850ac71509b257a5 /security
parent4283c9a8900b345c4bfbd4bd7397fed2bbbbbb92 (diff)
downloadpkgsrc-dc2fc08c2a05b8befbdb1ec9b94aeac534e5ed10.tar.gz
Fix pinentry configure argument.
Found by coypu.
Diffstat (limited to 'security')
-rw-r--r--security/gnupg2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index d291533f2bd..5b5b62ad90f 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2016/03/05 11:29:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.65 2016/03/20 22:03:17 wiz Exp $
DISTNAME= gnupg-2.0.29
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
@@ -19,7 +19,7 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sharedstatedir=${VARBASE}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-pinentry-pgm=${BUILDLINK_PREFIX.pinentry}/bin/pinentry
+CONFIGURE_ARGS+= --with-pinentry-pgm=${PREFIX}/bin/pinentry
.include "../../mk/bsd.prefs.mk"