summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-20 01:09:05 +0000
committerjoerg <joerg>2008-06-20 01:09:05 +0000
commitd8368bbc25c90072a19b5e48f0fba26251b6877f (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /security
parentf1b924fda77b6920565e56f54c9391b4dc68f8ca (diff)
downloadpkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz
Add DESTDIR support.
Diffstat (limited to 'security')
-rw-r--r--security/arirang/Makefile11
-rw-r--r--security/avcheck/Makefile32
-rw-r--r--security/base/Makefile22
-rw-r--r--security/bcrypt/Makefile7
-rw-r--r--security/bitstir/Makefile8
-rw-r--r--security/ccid/Makefile6
-rw-r--r--security/cfs/Makefile11
-rw-r--r--security/cfs/distinfo4
-rw-r--r--security/cfs/patches/patch-aa14
-rw-r--r--security/gnome-keyring-manager/Makefile4
-rw-r--r--security/gnu-crypto/Makefile14
-rw-r--r--security/gnupg2/Makefile3
-rw-r--r--security/gpa/Makefile4
-rw-r--r--security/gpass/Makefile4
-rw-r--r--security/gpg2dot/Makefile6
-rw-r--r--security/gpgme/Makefile4
-rw-r--r--security/gpgme03/Makefile4
-rw-r--r--security/p5-Authen-PAM/Makefile4
-rw-r--r--security/p5-Authen-SASL-Cyrus/Makefile4
-rw-r--r--security/p5-Authen-SASL/Makefile4
-rw-r--r--security/p5-Crypt-CipherSaber/Makefile4
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile7
-rw-r--r--security/p5-Crypt-DSA/Makefile7
-rw-r--r--security/p5-Crypt-GeneratePassword/Makefile4
-rw-r--r--security/p5-Crypt-OpenPGP/Makefile4
-rw-r--r--security/p5-Crypt-OpenSSL-DSA/Makefile4
-rw-r--r--security/p5-Crypt-PasswdMD5/Makefile4
-rw-r--r--security/p5-Crypt-Primes/Makefile7
-rw-r--r--security/p5-Crypt-RC4/Makefile4
-rw-r--r--security/p5-Crypt-RIPEMD160/Makefile3
-rw-r--r--security/p5-Crypt-RandPasswd/Makefile4
-rw-r--r--security/p5-Data-SimplePassword/Makefile4
-rw-r--r--security/p5-Digest-CRC/Makefile7
-rw-r--r--security/p5-Digest-Hashcash/Makefile4
-rw-r--r--security/p5-Digest-MD2/Makefile4
-rw-r--r--security/p5-Digest-MD4/Makefile4
-rw-r--r--security/p5-Digest-Nilsimsa/Makefile4
-rw-r--r--security/p5-GSSAPI/Makefile4
-rw-r--r--security/pinepgp/Makefile4
-rw-r--r--security/py-prewikka/Makefile4
-rw-r--r--security/pyca/Makefile4
-rw-r--r--security/scanssh/Makefile4
-rw-r--r--security/seahorse-gedit/Makefile4
-rw-r--r--security/seahorse-nautilus/Makefile4
-rw-r--r--security/seahorse/Makefile4
-rw-r--r--security/srm/Makefile4
-rw-r--r--security/sslwrap/Makefile3
-rw-r--r--security/starttls/Makefile4
-rw-r--r--security/steghide/Makefile4
-rw-r--r--security/stegtunnel/Makefile4
50 files changed, 191 insertions, 109 deletions
diff --git a/security/arirang/Makefile b/security/arirang/Makefile
index b9eec56fefa..8bde00c7b21 100644
--- a/security/arirang/Makefile
+++ b/security/arirang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:33 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= arirang-1.6
@@ -10,11 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://monkey.org/~pilot/arirang/
COMMENT= Powerful webserver security scanner
-INSTALLATION_DIRS= sbin
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS= sbin share/arirang
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/sbin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/arirang/
- ${INSTALL_DATA} ${WRKSRC}/scanrule/*.uxe ${PREFIX}/share/arirang
+ ${INSTALL_PROGRAM} ${WRKSRC}/arirang ${DESTDIR}${PREFIX}/sbin
+ ${INSTALL_DATA} ${WRKSRC}/scanrule/*.uxe ${DESTDIR}${PREFIX}/share/arirang
.include "../../mk/bsd.pkg.mk"
diff --git a/security/avcheck/Makefile b/security/avcheck/Makefile
index dc447dd75a3..49091c168db 100644
--- a/security/avcheck/Makefile
+++ b/security/avcheck/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/01/07 09:14:09 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:33 joerg Exp $
DISTNAME= avcheck-0.9
CATEGORIES= security mail
@@ -10,24 +10,24 @@ COMMENT= Mail content filter for SMTP servers
USE_TOOLS+= gsed
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/avcheck \
+ share/examples/avcheck
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/avcheck ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/uchroot ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/avcheck.1 ${PREFIX}/${PKGMANDIR}/man1
-
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/avcheck
- ${INSTALL_DATA} ${WRKSRC}/README.AVP ${PREFIX}/share/doc/avcheck
- ${INSTALL_DATA} ${WRKSRC}/README.DrWeb ${PREFIX}/share/doc/avcheck
- ${INSTALL_DATA} ${WRKSRC}/README.Exim ${PREFIX}/share/doc/avcheck
- ${INSTALL_DATA} ${WRKSRC}/README.Postfix ${PREFIX}/share/doc/avcheck
- ${INSTALL_DATA} ${WRKSRC}/README.Sendmail ${PREFIX}/share/doc/avcheck
-
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/avcheck
+ ${INSTALL_PROGRAM} ${WRKSRC}/avcheck ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/uchroot ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/avcheck.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+ ${INSTALL_DATA} ${WRKSRC}/README.AVP ${DESTDIR}${PREFIX}/share/doc/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/README.DrWeb ${DESTDIR}${PREFIX}/share/doc/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/README.Exim ${DESTDIR}${PREFIX}/share/doc/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/README.Postfix ${DESTDIR}${PREFIX}/share/doc/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/README.Sendmail ${DESTDIR}${PREFIX}/share/doc/avcheck
+
${INSTALL_DATA} ${WRKSRC}/infected.ex1 \
- ${PREFIX}/share/examples/avcheck/infected.ex1
+ ${DESTDIR}${PREFIX}/share/examples/avcheck/infected.ex1
${INSTALL_DATA} ${WRKSRC}/ex2/template \
- ${PREFIX}/share/examples/avcheck/infected.ex2
+ ${DESTDIR}${PREFIX}/share/examples/avcheck/infected.ex2
.include "../../mk/bsd.pkg.mk"
diff --git a/security/base/Makefile b/security/base/Makefile
index 62984a9d0be..17bff903f74 100644
--- a/security/base/Makefile
+++ b/security/base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/05/26 02:13:23 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= base-1.3.9
@@ -9,6 +9,8 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://secureideas.sourceforge.net/
COMMENT= Analysis engine to process a database of security events
+PKG_DESTDIR_SUPPORT= destdir
+
.include "../../mk/apachever.mk"
.include "../../lang/php/phpversion.mk"
@@ -57,6 +59,8 @@ SUBST_SED.conf+= -e "s|@DBTYPE@|${DBTYPE}|g"
SUBST_SED.conf+= -e "s|@PREFIX@|${PREFIX}|g"
SUBST_MESSAGE.conf= Fixing configuration files.
+INSTALLATION_DIRS= ${BASE_DIR} ${EGDIR} share/doc/base
+
.include "options.mk"
post-extract:
@@ -64,22 +68,18 @@ post-extract:
${FIND} ${WRKSRC} -name *.php | ${XARGS} ${CHMOD} ${SHAREMODE}
do-install:
- ${INSTALL_DATA_DIR} ${BASE_DIR}
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/base
-
- ${INSTALL_DATA} ${WRKSRC}/base.conf ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/base_conf.php.dist ${EGDIR}/base_conf.php
- ${INSTALL_DATA} ${WRKSRC}/*.php ${BASE_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/base.conf ${DESTDIR}${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/base_conf.php.dist ${DESTDIR}${EGDIR}/base_conf.php
+ ${INSTALL_DATA} ${WRKSRC}/*.php ${DESTDIR}${BASE_DIR}
. for f in ${DOC_FILES}
- ${INSTALL_DATA} ${WRKSRC}/docs/${f:Q} ${PREFIX}/share/doc/base
+ ${INSTALL_DATA} ${WRKSRC}/docs/${f:Q} ${DESTDIR}${PREFIX}/share/doc/base
. endfor
. for i in ${PAX_DIRS}
- cd ${WRKSRC}/${i:Q} && pax -rw . ${BASE_DIR}/${i:Q}
+ cd ${WRKSRC}/${i:Q} && pax -rw . ${DESTDIR}${BASE_DIR}/${i:Q}
. endfor
- ${CHOWN} ${WWW_USER} ${BASE_DIR}
+ ${CHOWN} ${WWW_USER} ${DESTDIR}${BASE_DIR}
.include "../../mk/bsd.pkg.mk"
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile
index 842f3343bfb..0a633ba8246 100644
--- a/security/bcrypt/Makefile
+++ b/security/bcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/01/07 09:14:09 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= bcrypt-1.1
@@ -10,14 +10,15 @@ HOMEPAGE= http://bcrypt.sourceforge.net/
COMMENT= Cross platform file encryption utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
BUILD_TARGET= bcrypt
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bcrypt ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/bcrypt.1 ${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/bcrypt ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/bcrypt.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/bitstir/Makefile b/security/bitstir/Makefile
index 6f4b30a1155..d93985870ad 100644
--- a/security/bitstir/Makefile
+++ b/security/bitstir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/11/09 11:08:01 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= bitstir-0.2
@@ -10,12 +10,14 @@ MAINTAINER= pdh@wiredyne.com
HOMEPAGE= http://www.wiredyne.com/software/bitstir.html
COMMENT= Entropy restoration daemon
+PKG_DESTDIR_SUPPORT= user-destdir
+
ONLY_FOR_PLATFORM= NetBSD-*-*
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
- cd ${WRKSRC} && ${INSTALL_PROGRAM} bitstir bits-avail ${PREFIX}/bin
- cd ${WRKSRC} && ${INSTALL_MAN} bitstir.8 ${PREFIX}/${PKGMANDIR}/man1/bitstir.1
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} bitstir bits-avail ${DESTDIR}${PREFIX}/bin
+ cd ${WRKSRC} && ${INSTALL_MAN} bitstir.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/bitstir.1
.include "../../mk/bsd.pkg.mk"
diff --git a/security/ccid/Makefile b/security/ccid/Makefile
index 96ac52110ee..4c84bb8e6b5 100644
--- a/security/ccid/Makefile
+++ b/security/ccid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 11:30:08 shannonjr Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= ccid-1.3.5
@@ -9,6 +9,8 @@ MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= http://pcsclite.alioth.debian.org/ccid.html
COMMENT= Middleware to access a smart card using SCard API (PC/SC)
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
@@ -30,7 +32,7 @@ pre-configure:
cd ${WRKSRC} && ${SH} bootstrap
post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ccid/README
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ccid/README
.include "../../security/pcsc-lite/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
diff --git a/security/cfs/Makefile b/security/cfs/Makefile
index 325c6cf57f5..6793c31aea4 100644
--- a/security/cfs/Makefile
+++ b/security/cfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2008/04/07 16:45:35 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2008/06/20 01:09:33 joerg Exp $
DISTNAME= cfs-1.4.1
PKGREVISION= 6
@@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.crypto.com/software/
COMMENT= Encrypting file system, using NFS as its interface
+PKG_DESTDIR_SUPPORT= user-destdir
CRYPTO= # defined
@@ -99,15 +100,15 @@ do-build:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \
${SH} ${CFS_BUILD_SCRIPT} ${BUILD_TARGET}
-INSTALLATION_DIRS= sbin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8 ${DOCDIR}
+INSTALLATION_DIRS= bin sbin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8 ${DOCDIR}
post-install:
cd ${WRKSRC}; for file in *.1; do \
- ${INSTALL_MAN} $${file} ${PREFIX}/${PKGMANDIR}/man1/$${file}; \
+ ${INSTALL_MAN} $${file} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/$${file}; \
done
cd ${WRKSRC}; for file in *.8; do \
- ${INSTALL_MAN} $${file} ${PREFIX}/${PKGMANDIR}/man8/$${file}; \
+ ${INSTALL_MAN} $${file} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/$${file}; \
done
- ${INSTALL_DATA} ${WRKSRC}/notes.ms ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/notes.ms ${DESTDIR}${DOCDIR}
.include "../../mk/bsd.pkg.mk"
diff --git a/security/cfs/distinfo b/security/cfs/distinfo
index 8df2d54ec6d..635c4cf559f 100644
--- a/security/cfs/distinfo
+++ b/security/cfs/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2006/08/05 13:30:26 adrianp Exp $
+$NetBSD: distinfo,v 1.12 2008/06/20 01:09:33 joerg Exp $
SHA1 (cfs-1.4.1.tar.gz) = be3f73b233149477b739456498c71b120d5f2fb5
RMD160 (cfs-1.4.1.tar.gz) = 0ced92fe9773c6ce6b6706e26de9e17e710e7e46
Size (cfs-1.4.1.tar.gz) = 98943 bytes
-SHA1 (patch-aa) = c22350cfbcec8ad23bcafd6d9bc5017fb098d259
+SHA1 (patch-aa) = 7df79a1e84c0866edc11496a4b2cd438ed725936
SHA1 (patch-ab) = 1ff2d2e32b87332ec66cc8f01299fa4b1ddac81a
SHA1 (patch-ac) = 354290ff606fab97b73980e6e512f10ef1397f01
SHA1 (patch-ad) = 2ed5967d59d8f91948b2dd9ed4b18c5073d63615
diff --git a/security/cfs/patches/patch-aa b/security/cfs/patches/patch-aa
index ef0467fb7eb..e89b3681ec3 100644
--- a/security/cfs/patches/patch-aa
+++ b/security/cfs/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2004/07/25 04:51:26 grant Exp $
+$NetBSD: patch-aa,v 1.6 2008/06/20 01:09:33 joerg Exp $
--- Makefile.orig 2001-05-04 04:29:21.000000000 +1000
+++ Makefile
@@ -53,17 +53,19 @@ $NetBSD: patch-aa,v 1.5 2004/07/25 04:51:26 grant Exp $
admproto_clnt.c: admproto.x
rpcgen $(RPCOPTS) -l -o admproto_clnt.c admproto.x
-@@ -359,10 +362,10 @@ printout: $(SRCS) cfs.h mcg.h safer.h ad
+@@ -359,10 +362,11 @@ printout: $(SRCS) cfs.h mcg.h safer.h ad
$(PRINTCMD) $(SRCS) cfs.h mcg.h safer.h admproto.h nfsproto.h
install_cfs: cfsd cattach cdetach cmkdir
- install -m 0755 -c -o root cfsd $(ETCDIR)
- install -m 0755 -c -o root cattach cdetach cmkdir cpasswd cfssh \
-+ ${BSD_INSTALL} -m 0755 -c -o root cfsd $(ETCDIR)
-+ ${BSD_INSTALL} -m 0755 -c -o root cattach cdetach cmkdir cpasswd cfssh \
- cname ccat cmkkey $(BINDIR)
++ ${BSD_INSTALL_PROGRAM} cfsd ${DESTDIR}$(ETCDIR)
++ ${BSD_INSTALL_SCRIPT} cmkkey cfssh ${DESTDIR}$(BINDIR)
++ ${BSD_INSTALL_SCRIPT} cattach cdetach cmkdir cpasswd \
+- cname ccat cmkkey $(BINDIR)
++ cname ccat ${DESTDIR}$(BINDIR)
-# install -m 0755 i o $(BINDIR)
-+# ${BSD_INSTALL} -m 0755 i o $(BINDIR)
++# ${BSD_INSTALL_PROGRAM} i o ${DESTDIR}$(BINDIR)
@echo "Kill any running cfsd prior to restarting."
@echo "See the README file for more information."
@echo "Don't forget to install the man pages (*.[18])."
diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile
index 5572788e126..3df770b95ad 100644
--- a/security/gnome-keyring-manager/Makefile
+++ b/security/gnome-keyring-manager/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/04/30 13:38:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= gnome-keyring-manager-2.20.0
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gnomesupport.org/wiki/index.php/GNOME_Keyring_Manager_Wiki
COMMENT= GNOME password and secret manager
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.6
USE_LIBTOOL= YES
diff --git a/security/gnu-crypto/Makefile b/security/gnu-crypto/Makefile
index a2bbc51295b..153778bb5b6 100644
--- a/security/gnu-crypto/Makefile
+++ b/security/gnu-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/19 16:40:28 tv Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= gnu-crypto-2.0.1-bin
@@ -12,16 +12,16 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gnu-crypto/
COMMENT= GPL implementation of the Java Crypto Extensions
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_JAVA2= yes
-INSTALLATION_DIRS= info
+INSTALLATION_DIRS= lib/java/gnu-crypto ${PKGINFODIR}
-do-build: # do nothing
+NO_BUILD= yes
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/java
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/java/gnu-crypto
- ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${PREFIX}/lib/java/gnu-crypto/
- ${INSTALL_MAN} ${WRKSRC}/docs/*.info* ${PREFIX}/info/
+ ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${DESTDIR}${PREFIX}/lib/java/gnu-crypto/
+ ${INSTALL_MAN} ${WRKSRC}/docs/*.info* ${DESTDIR}${PREFIX}/${PKGINFODIR}
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index c31d22f33bf..a6aa738b393 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/04/28 14:54:27 shannonjr Exp $
+# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= gnupg-2.0.9
@@ -18,6 +18,7 @@ HOMEPAGE= http://www.gnupg.org/
COMMENT= GNUpg with OpenPGP and S/MIME capabilities
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
# ../licommon/libcommon.a
# reported upstream, should be fixed in 2.0.6
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 5f07fb432f6..48469221a67 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/10/04 21:58:13 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= gpa-0.7.0
@@ -10,6 +10,8 @@ MAINTAINER= pr@alles.prima.de
HOMEPAGE= http://www.gnupg.org/related_software/gpa/
COMMENT= GUI frontend to gnupg
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
diff --git a/security/gpass/Makefile b/security/gpass/Makefile
index bb3422646cb..2eb07c26774 100644
--- a/security/gpass/Makefile
+++ b/security/gpass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/03/06 14:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= gpass-0.4.4
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gpass.sourceforge.net/
COMMENT= GNOME Password Manager
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
diff --git a/security/gpg2dot/Makefile b/security/gpg2dot/Makefile
index c00d39c5a8c..a61eb81e21b 100644
--- a/security/gpg2dot/Makefile
+++ b/security/gpg2dot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/01/07 09:14:10 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= gpg2dot-1.4
@@ -10,6 +10,8 @@ MAINTAINER= lukem@NetBSD.org
HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
COMMENT= Converts your GnuPG keyring to a graph of associations
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= # empty
USE_TOOLS+= perl:run
@@ -40,7 +42,7 @@ do-build:
#.endfor
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${PREFIX}/bin/gpg2dot
+ ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${DESTDIR}${PREFIX}/bin/gpg2dot
# ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 2dd2f821ee4..b5758f8a680 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2007/12/02 11:34:45 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= gpgme-1.1.4
@@ -10,6 +10,8 @@ MAINTAINER= oishi@ims.ac.jp
HOMEPAGE= http://www.gnupg.org/related_software/gpgme/
COMMENT= GnuPG Made Easy
+PKG_DESTDIR_SUPPORT= user-destdir
+
PKG_OPTIONS_VAR= PKG_OPTIONS.gpgme
PKG_SUPPORTED_OPTIONS= gpgsm
.include "../../mk/bsd.options.mk"
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
index f87ef608088..f31f0739af0 100644
--- a/security/gpgme03/Makefile
+++ b/security/gpgme03/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/10/04 21:58:14 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= gpgme-0.3.16
@@ -11,6 +11,8 @@ MAINTAINER= oishi@ims.ac.jp
HOMEPAGE= http://www.gnupg.org/related_software/gpgme/
COMMENT= GnuPG Made Easy (0.3 branch)
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= gnupg>=1.2.0:../../security/gnupg
USE_LIBTOOL= YES
diff --git a/security/p5-Authen-PAM/Makefile b/security/p5-Authen-PAM/Makefile
index 5555f7c3db6..68533e4c17c 100644
--- a/security/p5-Authen-PAM/Makefile
+++ b/security/p5-Authen-PAM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/03/04 11:02:25 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Authen-PAM-0.16
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://nik.pelov.name/Authen-PAM/
COMMENT= Authentication via PAM
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
PERL5_PACKLIST= auto/Authen/PAM/.packlist
USE_LANGUAGES= c
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile
index e6d913148db..660519bf6c6 100644
--- a/security/p5-Authen-SASL-Cyrus/Makefile
+++ b/security/p5-Authen-SASL-Cyrus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/04/13 21:45:13 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Authen-SASL-Cyrus-0.07
@@ -11,6 +11,8 @@ MAINTAINER= cube@cubidou.net
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL-Cyrus/
COMMENT= Perl module to handle Cyrus protocol for SASL authentication
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL
PERL5_PACKLIST= auto/Authen/SASL/Cyrus/.packlist
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index 088d1b1fb52..b49d9377b72 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/10/17 14:20:21 obache Exp $
+# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Authen-SASL-2.10
@@ -10,6 +10,8 @@ MAINTAINER= cube@cubidou.net
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL/
COMMENT= Perl module to handle SASL authentication
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Authen/SASL/.packlist
MAKE_PARAMS+= < /dev/null
diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile
index 234ded19ae0..2f29851fa70 100644
--- a/security/p5-Crypt-CipherSaber/Makefile
+++ b/security/p5-Crypt-CipherSaber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/02/27 09:07:04 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-CipherSaber-1.00
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CipherSaber/
COMMENT= Perl5 module for the CipherSaber encryptions
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Crypt/CipherSaber/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
index 72ee2d03ffc..3e732f49b83 100644
--- a/security/p5-Crypt-DES_EDE3/Makefile
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/02/15 13:46:10 salo Exp $
+# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-DES_EDE3-0.01
@@ -12,9 +12,10 @@ MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-DES_EDE3/
COMMENT= Perl5 module for Triple-DES EDE encryption/decryption
-DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/DES_EDE3/.packlist
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
index c928fbb8e2a..afe69dd5fe2 100644
--- a/security/p5-Crypt-DSA/Makefile
+++ b/security/p5-Crypt-DSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/02/22 12:04:50 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-DSA-0.14
@@ -11,12 +11,13 @@ MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-DSA/
COMMENT= Perl5 module for the DSA public key algorithm
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer
DEPENDS+= p5-Convert-PEM>=0.07:../../textproc/p5-Convert-PEM
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/DSA/.packlist
diff --git a/security/p5-Crypt-GeneratePassword/Makefile b/security/p5-Crypt-GeneratePassword/Makefile
index 9c70f2d7168..69465a4e824 100644
--- a/security/p5-Crypt-GeneratePassword/Makefile
+++ b/security/p5-Crypt-GeneratePassword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/03/12 11:51:38 abs Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-GeneratePassword-0.03
@@ -10,6 +10,8 @@ MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-GeneratePassword/
COMMENT= Generate secure random pronounceable passwords
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/GeneratePassword/.packlist
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile
index e8495ae777b..7afbd8bc178 100644
--- a/security/p5-Crypt-OpenPGP/Makefile
+++ b/security/p5-Crypt-OpenPGP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/02/22 19:27:08 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-OpenPGP-1.03
@@ -12,6 +12,8 @@ MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-OpenPGP/
COMMENT= Perl5 module for OpenPGP support
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
DEPENDS+= p5-Crypt-CAST5_PP-[0-9]*:../../security/p5-Crypt-CAST5_PP
diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile
index 44711d02779..047c53c446a 100644
--- a/security/p5-Crypt-OpenSSL-DSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-DSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/01/18 05:09:40 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-OpenSSL-DSA-0.13
@@ -12,6 +12,8 @@ MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for the OpenSSL DSA functions
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Crypt/OpenSSL/DSA/.packlist
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile
index 7d8c87c7ebe..be286ea0d43 100644
--- a/security/p5-Crypt-PasswdMD5/Makefile
+++ b/security/p5-Crypt-PasswdMD5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/03/04 11:02:25 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-PasswdMD5-1.3
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
COMMENT= MD5-based crypt() function
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Crypt/PasswdMD5/.packlist
USE_LANGUAGES= # none
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile
index 8bd3bdf07d1..f28adbf68bd 100644
--- a/security/p5-Crypt-Primes/Makefile
+++ b/security/p5-Crypt-Primes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:30 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-Primes-0.50
@@ -12,11 +12,12 @@ MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-Primes/
COMMENT= Perl5 module for provable prime number generation
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/Primes/.packlist
diff --git a/security/p5-Crypt-RC4/Makefile b/security/p5-Crypt-RC4/Makefile
index 6abd6fa3191..595444a6e10 100644
--- a/security/p5-Crypt-RC4/Makefile
+++ b/security/p5-Crypt-RC4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/07/27 23:24:17 seb Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-RC4-2.02
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-RC4/
COMMENT= Perl5 module for the "alleged" RC4 encryption algorithm
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/RC4/.packlist
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile
index 625613d8dbb..64f711c4558 100644
--- a/security/p5-Crypt-RIPEMD160/Makefile
+++ b/security/p5-Crypt-RIPEMD160/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:36 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-RIPEMD160-0.04
@@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-RIPEMD160/
COMMENT= Perl5 module of the RIPEMD160 hash function
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Crypt/RIPEMD160/.packlist
diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile
index 9ee90c4803d..128d6a31962 100644
--- a/security/p5-Crypt-RandPasswd/Makefile
+++ b/security/p5-Crypt-RandPasswd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/10/03 08:52:58 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Crypt-RandPasswd-0.02
@@ -11,6 +11,8 @@ MAINTAINER= he@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-RandPasswd/
COMMENT= Random password generator based on FIPS-181
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/RandPasswd/.packlist
diff --git a/security/p5-Data-SimplePassword/Makefile b/security/p5-Data-SimplePassword/Makefile
index 4fa85b0b885..2a270320b8b 100644
--- a/security/p5-Data-SimplePassword/Makefile
+++ b/security/p5-Data-SimplePassword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/03/12 09:58:10 abs Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Data-SimplePassword-0.02
@@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-SimplePassword/
COMMENT= Simple random password generator
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
USE_LANGUAGES= # empty
diff --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile
index fa0c6535725..884f9ec20a0 100644
--- a/security/p5-Digest-CRC/Makefile
+++ b/security/p5-Digest-CRC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/03/19 16:40:28 tv Exp $
+# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Digest-CRC-0.10
@@ -11,9 +11,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-CRC/
COMMENT= Perl5 extension interface for cyclic redundancy check algorithms
-DEPENDS+= p5-Digest>=1.00:../../security/p5-Digest
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Digest>=1.00:../../security/p5-Digest
PERL5_PACKLIST= auto/Digest/CRC/.packlist
diff --git a/security/p5-Digest-Hashcash/Makefile b/security/p5-Digest-Hashcash/Makefile
index f892dc75062..6c7290ec5bc 100644
--- a/security/p5-Digest-Hashcash/Makefile
+++ b/security/p5-Digest-Hashcash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/10 20:29:46 heinz Exp $
+# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Digest-Hashcash-0.03
@@ -11,6 +11,8 @@ MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-Hashcash/
COMMENT= Perl5 extension module for hashcash hashes
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Time-HiRes>=1.2:../../time/p5-Time-HiRes
PERL5_PACKLIST= auto/Digest/Hashcash/.packlist
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile
index 705f4ddd0c5..f4c85e306f2 100644
--- a/security/p5-Digest-MD2/Makefile
+++ b/security/p5-Digest-MD2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:36 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Digest-MD2-2.03
@@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module for MD2
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS+= p5-Digest-MD5<=2.12
PERL5_PACKLIST= auto/Digest/MD2/.packlist
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile
index 41d2087f7b1..965f7bdf1bf 100644
--- a/security/p5-Digest-MD4/Makefile
+++ b/security/p5-Digest-MD4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:37 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Digest-MD4-1.5
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-MD4/
COMMENT= Perl5 module for MD4 hash algorithm
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Digest/MD4/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile
index e25cf40ebfe..246561fa21e 100644
--- a/security/p5-Digest-Nilsimsa/Makefile
+++ b/security/p5-Digest-Nilsimsa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:37 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= Digest-Nilsimsa-0.06
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-Nilsimsa/
COMMENT= Perl5 extension module for Nilsimsa signatures
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Digest/Nilsimsa/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile
index e40cc83fb6e..b066cb21093 100644
--- a/security/p5-GSSAPI/Makefile
+++ b/security/p5-GSSAPI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 11:57:14 markd Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= GSSAPI-0.21
@@ -10,6 +10,8 @@ MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://perlgssapi.sourceforge.net/
COMMENT= Perl extension providing access to the GSSAPIv2 library
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/GSSAPI/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/pinepgp/Makefile b/security/pinepgp/Makefile
index c3b1ec1bda9..cb7b6c31a68 100644
--- a/security/pinepgp/Makefile
+++ b/security/pinepgp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/10/04 21:58:14 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= pinepgp-0.18.0
@@ -12,6 +12,8 @@ MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://hany.sk/~hany/software/pinepgp/stable.html
COMMENT= PGP display and sending filters for pine
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= bash>=2:../../shells/bash2
USE_PKGLOCALEDIR= yes
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile
index 3b8a0f25d87..b23e6daa69c 100644
--- a/security/py-prewikka/Makefile
+++ b/security/py-prewikka/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/06/16 15:34:30 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2008/06/20 01:09:34 joerg Exp $
#
DISTNAME= prewikka-${VERSION}
@@ -7,6 +7,8 @@ CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
+PKG_DESTDIR_SUPPORT= user-destdir
+
VERSION= 0.9.14
CONFLICTS= prewikka-[0-9]*
diff --git a/security/pyca/Makefile b/security/pyca/Makefile
index 0b0aa90bbc3..67da2197df2 100644
--- a/security/pyca/Makefile
+++ b/security/pyca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:45 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:34 joerg Exp $
# Date-based distfile name for pre-releases leading to 0.6.6.
DISTNAME= pyca-20031021
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pyca.de/
COMMENT= Administration tools for X.509/PKIX CA
+PKG_DESTDIR_SUPPORT= user-destdir
+
NO_BUILD= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile
index 54a92636366..3a5e913fb25 100644
--- a/security/scanssh/Makefile
+++ b/security/scanssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/04/22 18:06:09 tnn Exp $
+# $NetBSD: Makefile,v 1.26 2008/06/20 01:09:34 joerg Exp $
DISTNAME= scanssh-2.1
PKGREVISION= 6
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://monkey.org/~provos/scanssh/
COMMENT= SSH remote version scanner
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
USE_BUILTIN.libevent= NO
diff --git a/security/seahorse-gedit/Makefile b/security/seahorse-gedit/Makefile
index 4810edf6aa5..b4677c11562 100644
--- a/security/seahorse-gedit/Makefile
+++ b/security/seahorse-gedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/05/29 16:53:20 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2008/06/20 01:09:34 joerg Exp $
DISTNAME= seahorse-2.22.2
PKGNAME= seahorse-gedit-2.22.2
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://seahorse.sourceforge.net/
COMMENT= Seahorse plugin for gedit
+PKG_DESTDIR_SUPPORT= user-destdir
+
PATCHDIR= ${.CURDIR}/../seahorse/patches
DISTINFO_FILE= ${.CURDIR}/../seahorse/distinfo
diff --git a/security/seahorse-nautilus/Makefile b/security/seahorse-nautilus/Makefile
index 463b44fb61d..8da1bd0f4d9 100644
--- a/security/seahorse-nautilus/Makefile
+++ b/security/seahorse-nautilus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/05/29 16:53:20 drochner Exp $
+# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:35 joerg Exp $
DISTNAME= seahorse-2.22.2
PKGNAME= seahorse-nautilus-2.22.2
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://seahorse.sourceforge.net/
COMMENT= Seahorse plugin for nautilus
+PKG_DESTDIR_SUPPORT= user-destdir
+
PATCHDIR= ${.CURDIR}/../seahorse/patches
DISTINFO_FILE= ${.CURDIR}/../seahorse/distinfo
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 6e4b609ab54..05bfb3f72e8 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2008/05/29 16:53:20 drochner Exp $
+# $NetBSD: Makefile,v 1.73 2008/06/20 01:09:34 joerg Exp $
DISTNAME= seahorse-2.22.2
CATEGORIES= security
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/seahorse/
COMMENT= GnuPG front end and bonobo component for GNOME
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= gnupg>=1.2.1:../../security/gnupg
.if exists(/usr/bin/ssh) && exists(/usr/bin/ssh-add) && exists(/usr/bin/ssh-keygen)
diff --git a/security/srm/Makefile b/security/srm/Makefile
index 7cb2b70b016..899b76d2020 100644
--- a/security/srm/Makefile
+++ b/security/srm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:19 tv Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:35 joerg Exp $
#
DISTNAME= srm-1.2.8
@@ -9,6 +9,8 @@ MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://srm.sourceforge.net/
COMMENT= Secure replacement for rm(1)
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile
index c6f42c57c08..979db4884ab 100644
--- a/security/sslwrap/Makefile
+++ b/security/sslwrap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/04/07 18:06:07 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2008/06/20 01:09:35 joerg Exp $
#
DISTNAME= ${PKGNAME_NOREV:S/-//}
@@ -11,6 +11,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.rickk.com/sslwrap/
COMMENT= Simple SSL wrapper
+PKG_DESTDIR_SUPPORT= user-destdir
OPSYSVARS+= LDADD
LDADD.SunOS= -lnsl -lsocket
diff --git a/security/starttls/Makefile b/security/starttls/Makefile
index 0cf637454bf..7317df2de7a 100644
--- a/security/starttls/Makefile
+++ b/security/starttls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/01/18 05:09:42 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:35 joerg Exp $
#
DISTNAME= starttls-0.10
@@ -10,6 +10,8 @@ MAINTAINER= fun@naobsd.org
HOMEPAGE= ftp://opaopa.org/pub/elisp/
COMMENT= Simple wrapper program for STARTTLS on emacsen
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
diff --git a/security/steghide/Makefile b/security/steghide/Makefile
index 08f0b3361ed..759ae9d8bff 100644
--- a/security/steghide/Makefile
+++ b/security/steghide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/10/02 19:03:11 agc Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:35 joerg Exp $
DISTNAME= steghide-0.5.1
PKGREVISION= 3
@@ -9,6 +9,8 @@ MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://steghide.sourceforge.net/
COMMENT= Hides data (steganography) in audio or graphics files
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt
diff --git a/security/stegtunnel/Makefile b/security/stegtunnel/Makefile
index dcd9ce78c04..8ef9fa39839 100644
--- a/security/stegtunnel/Makefile
+++ b/security/stegtunnel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/05/09 21:39:17 agc Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:35 joerg Exp $
DISTNAME= stegtunnel-0.4
CATEGORIES= security
@@ -8,6 +8,8 @@ MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.synacklabs.net/projects/stegtunnel/
COMMENT= Provides a covert channel in the IPID and sequence number
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes