diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-24 10:30:47 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-24 10:30:47 +0000 |
commit | c666e9105bb7464eb6574c18293a0ac1b195dfd8 (patch) | |
tree | 441901cb58f1d1fc4bb4a282a6b71df83736c802 /security/pinepgp/Makefile | |
parent | ed2aa8d48774bc826265cf04ba2210fb9dff009a (diff) | |
download | pkgsrc-c666e9105bb7464eb6574c18293a0ac1b195dfd8.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'security/pinepgp/Makefile')
-rw-r--r-- | security/pinepgp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pinepgp/Makefile b/security/pinepgp/Makefile index 3bd561f1113..60dfaf08b6e 100644 --- a/security/pinepgp/Makefile +++ b/security/pinepgp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:17 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/24 10:30:47 kristerw Exp $ # DISTNAME= pinepgp-0.18.0 +PKGREVISION= 1 CATEGORIES= security mail MASTER_SITES= http://www.megaloman.com/~hany/_data/pinepgp/ \ http://terminus.sk/~hany/_data/pinepgp/ \ @@ -15,6 +16,8 @@ DEPENDS+= bash>=2:../../shells/bash2 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +USE_TOOLS+= cat +CONFIGURE_ENV+= ac_cv_path_CAT="${TOOLS_CAT}" PINEPGP_USEGPG?= yes PINEPGP_USEPGP5?= yes |