diff options
author | drochner <drochner@pkgsrc.org> | 2010-02-22 17:20:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-02-22 17:20:39 +0000 |
commit | 882728991833b00b467ff48474757df74d21bb4c (patch) | |
tree | c19d1f743c36e167ddad812e05ef48709f3d98c4 /security/pinentry-gtk2/Makefile | |
parent | f548d60039dae963c6295ae034548f444642e4c2 (diff) | |
download | pkgsrc-882728991833b00b467ff48474757df74d21bb4c.tar.gz |
share some common stuff
Diffstat (limited to 'security/pinentry-gtk2/Makefile')
-rw-r--r-- | security/pinentry-gtk2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile index 030798700a0..ffbfd00db65 100644 --- a/security/pinentry-gtk2/Makefile +++ b/security/pinentry-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/02/14 19:17:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/02/22 17:20:39 drochner Exp $ # DISTNAME= pinentry-0.7.6 @@ -10,6 +10,8 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/pinentry/ COMMENT= Applications for entering PINs or Passphrases +PATCHDIR= ${.CURDIR}/../../security/pinentry/patches +DISTINFO_FILE= ${.CURDIR}/../../security/pinentry/distinfo PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config |