diff options
author | wiz <wiz@pkgsrc.org> | 2016-03-20 22:03:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-03-20 22:03:17 +0000 |
commit | 42a0cbfd20470bfeb9af268a58106369dcd2a2f3 (patch) | |
tree | 64b5735f45b10d9626d0ff73850ac71509b257a5 /security/gnupg2 | |
parent | 11ebb56df6c99981ca9cbf8f4b1ddcadb23c5a8a (diff) | |
download | pkgsrc-42a0cbfd20470bfeb9af268a58106369dcd2a2f3.tar.gz |
Fix pinentry configure argument.
Found by coypu.
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 4 |
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" |