summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /security
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'security')
-rw-r--r--security/AiCA/Makefile4
-rw-r--r--security/amap/Makefile4
-rw-r--r--security/amavis-perl/Makefile3
-rw-r--r--security/amavis/Makefile4
-rw-r--r--security/amavisd-new/Makefile4
-rw-r--r--security/antonym/Makefile3
-rw-r--r--security/arirang/Makefile3
-rw-r--r--security/avcheck/Makefile4
-rw-r--r--security/crack/Makefile4
-rw-r--r--security/ddos-scan/Makefile4
-rw-r--r--security/destroy/Makefile3
-rw-r--r--security/dsniff/Makefile4
-rw-r--r--security/flawfinder/Makefile3
-rw-r--r--security/fprot-workstation-bin/Makefile4
-rw-r--r--security/gnu-crypto/Makefile3
-rw-r--r--security/gpg2dot/Makefile4
-rw-r--r--security/hackbot/Makefile4
-rw-r--r--security/hashcash/Makefile3
-rw-r--r--security/hydan/Makefile4
-rw-r--r--security/hydra/Makefile4
-rw-r--r--security/john/Makefile4
-rw-r--r--security/libbf/Makefile4
-rw-r--r--security/libidea/Makefile4
-rw-r--r--security/nikto/Makefile4
-rw-r--r--security/otpcalc/Makefile3
-rw-r--r--security/p0f/Makefile4
-rw-r--r--security/pam-mysql/Makefile4
-rw-r--r--security/pgp2/Makefile3
-rw-r--r--security/pscan/Makefile4
-rw-r--r--security/pyca/Makefile4
-rw-r--r--security/qca/Makefile4
-rw-r--r--security/rid/Makefile4
-rw-r--r--security/sign/Makefile4
-rw-r--r--security/smtpd/Makefile4
-rw-r--r--security/snortsnarf/Makefile4
-rw-r--r--security/srp_client/Makefile4
-rw-r--r--security/tinyca/Makefile4
-rw-r--r--security/tkpasman/Makefile3
-rw-r--r--security/uvscan/Makefile4
39 files changed, 107 insertions, 39 deletions
diff --git a/security/AiCA/Makefile b/security/AiCA/Makefile
index 10adbf326e9..4adf98b3f60 100644
--- a/security/AiCA/Makefile
+++ b/security/AiCA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:10 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= AiCA-0.81
@@ -26,6 +26,8 @@ LIBRARIES= libaica.a libaicrypto.a libaissl.a
DOCS= COPYRIGHT README README.j
EXAMPLES= lib/aica.cnf sample.csv
+INSTALLATION_DIRS= bin include lib
+
pre-configure:
cd ${WRKSRC}; \
${ECHO} >> aicrypto/ecdsa/Makefile.in; \
diff --git a/security/amap/Makefile b/security/amap/Makefile
index d5e50e6537b..dff34c98069 100644
--- a/security/amap/Makefile
+++ b/security/amap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/04/24 12:10:47 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= amap-5.0
@@ -32,6 +32,8 @@ SUBST_SED.conf= -e 's|@PREFIX@|${PREFIX}|g' \
-e "s|@UNAME@|${UNAME}|g"
SUBST_MESSAGE.conf= "Fixing configure script."
+INSTALLATION_DIRS= bni man/man1
+
.include "../../security/openssl/buildlink3.mk"
post-extract:
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile
index c7df42a3b90..ddceb32d5bf 100644
--- a/security/amavis-perl/Makefile
+++ b/security/amavis-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:10 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:31 jlam Exp $
DISTNAME= amavisd-${VERSION}
PKGNAME= amavis-perl-${VERSION}
@@ -71,6 +71,7 @@ CONFIGURE_ARGS+=--enable-smtp --with-smtp-port=${SMTPPORT}
PLIST_SRC+= ${PKGDIR}/PLIST.nomilter
.endif
+INSTALLATION_DIRS= sbin man/man1 man/man5 man/man8
post-build:
${SED} -e "s|/etc/amavisd.conf|${PREFIX}/etc/amavis/amavisd.conf|" \
diff --git a/security/amavis/Makefile b/security/amavis/Makefile
index 36ce74817c7..fef56f3d2e3 100644
--- a/security/amavis/Makefile
+++ b/security/amavis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/21 17:20:05 martti Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= amavis-0.2.1
@@ -33,6 +33,8 @@ CONFIGURE_ENV+= procmail="/usr/libexec/mail.local"
CONFIGURE_ARGS+=--with-virusdir=${VIRUSDIR}
CONFIGURE_ARGS+=--with-mailto=${VIRUSMAILTO}
+INSTALLATION_DIRS= bin sbin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/zipsecure/zipsecure ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/securetar/securetar ${PREFIX}/bin
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index 7b37688c3ec..4bd3efc52f3 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:31 jlam Exp $
DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL}
PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//}
@@ -102,6 +102,8 @@ SUBST_SED.amavisd= \
-e "s|@LOCALBASE@|${LOCALBASE}|g" \
-e "s|@PREFIX@|${PREFIX}|g"
+INSTALLATION_DIRS= sbin
+
do-install:
.if !empty(PKG_OPTIONS:Mmilter)
${INSTALL_PROGRAM} ${WRKSRC}/helper-progs/amavis ${PREFIX}/sbin
diff --git a/security/antonym/Makefile b/security/antonym/Makefile
index 79e2d0a57cc..68a6cd88c47 100644
--- a/security/antonym/Makefile
+++ b/security/antonym/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/12 15:11:18 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= antonym-1.9
@@ -17,6 +17,7 @@ USE_PERL5= yes
REPLACE_PERL= antonym
PKG_INSTALLATION_TYPES= overwrite pkgviews
+INSTALLATION_DIRS= bin
do-build: # empty
diff --git a/security/arirang/Makefile b/security/arirang/Makefile
index f5733e2fcc6..8b7edc93e86 100644
--- a/security/arirang/Makefile
+++ b/security/arirang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:10 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= arirang-1.6
@@ -9,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://monkey.org/~pilot/arirang/
COMMENT= Powerful webserver security scanner
+INSTALLATION_DIRS= sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/sbin
diff --git a/security/avcheck/Makefile b/security/avcheck/Makefile
index 4caff54f8e9..a4df069d842 100644
--- a/security/avcheck/Makefile
+++ b/security/avcheck/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:29 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:31 jlam Exp $
DISTNAME= avcheck-0.9
CATEGORIES= security mail
@@ -10,6 +10,8 @@ COMMENT= Mail content filter for SMTP servers
USE_TOOLS+= gsed
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/avcheck ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/uchroot ${PREFIX}/bin
diff --git a/security/crack/Makefile b/security/crack/Makefile
index 6504800512f..d6c6e2f0fd8 100644
--- a/security/crack/Makefile
+++ b/security/crack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/03/24 21:13:00 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2005/06/17 03:50:31 jlam Exp $
DISTNAME= crack5.0
PKGNAME= crack-5.0
@@ -13,6 +13,8 @@ COMMENT= The "Sensible" Unix Password Cracker
WRKSRC= ${WRKDIR}/c50a
+INSTALLATION_DIRS= sbin
+
pre-configure:
@${ECHO} "XLIB+= -lcrypt" >> ${WRKSRC}/src/util/Makefile
diff --git a/security/ddos-scan/Makefile b/security/ddos-scan/Makefile
index 43b791c9bfb..c390a8d97d5 100644
--- a/security/ddos-scan/Makefile
+++ b/security/ddos-scan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:08 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= ddos_scan
@@ -14,6 +14,8 @@ COMMENT= Scan for a limited set of distributed denial of service (ddos) agents
DECOMPRESS_CMD= ${CAT}
BUILD_TARGET= default dds
+INSTALLATION_DIRS= sbin share/doc
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dds ${PREFIX}/sbin/dds
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dds
diff --git a/security/destroy/Makefile b/security/destroy/Makefile
index 55f98c4b1f9..bb8a5002ff2 100644
--- a/security/destroy/Makefile
+++ b/security/destroy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:11 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= destroy-20040415
@@ -10,6 +10,7 @@ MAINTAINER= shane@freebsdhackers.net
HOMEPAGE= http://www.freebsdhackers.net/destroy/
COMMENT= A program to securely destroy files on the hard disk
+INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 9d60be39320..8f66896d71e 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/06/01 18:03:20 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2005/06/17 03:50:31 jlam Exp $
.include "Makefile.common"
@@ -9,6 +9,8 @@ DEPENDS+= dsniff-nox11-[0-9]*:../../security/dsniff-nox11
BUILD_TARGET= libmissing.a webspy
+INSTALLATION_DIRS+= sbin man/man8
+
.include "../../mk/x11.buildlink3.mk"
do-install:
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile
index 396bb723943..f8965821fc2 100644
--- a/security/flawfinder/Makefile
+++ b/security/flawfinder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/06/23 16:19:41 snj Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:31 jlam Exp $
DISTNAME= flawfinder-1.26
CATEGORIES= security devel
@@ -10,6 +10,7 @@ COMMENT= Python program to find flaws in C/C++ programs
NO_BUILD= # defined
PYTHON_PATCH_SCRIPTS= flawfinder
+INSTALATION_DIRS= bin man/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile
index 2541f5a2b7e..4a83e965691 100644
--- a/security/fprot-workstation-bin/Makefile
+++ b/security/fprot-workstation-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/05/21 04:10:18 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= #defined
@@ -64,6 +64,8 @@ SUBST_FILES.paths+= tools/check-updates.pl f-prot.sh
SUBST_SED.paths= -e "s,/usr/local/f-prot,${FPDIR},g" \
-e "s,/usr/bin/perl,${PREFIX}/bin/perl,g"
+INSTALLATION_DIRS= bin man/man1 man/man8 sbin
+
.if ${OPSYS} == "NetBSD"
pre-install:
${RM} -f ${WRKSRC}/doc_ws/norm_scan.gif
diff --git a/security/gnu-crypto/Makefile b/security/gnu-crypto/Makefile
index e4e422ca591..506f83cc38f 100644
--- a/security/gnu-crypto/Makefile
+++ b/security/gnu-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:11 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= gnu-crypto-2.0.1-bin
@@ -12,6 +12,7 @@ HOMEPAGE= http://www.gnu.org/software/gnu-crypto/
COMMENT= GPL implementation of the Java Crypto Extensions
USE_JAVA2= run
+INSTALLATION_DIRS= info
do-build: # do nothing
diff --git a/security/gpg2dot/Makefile b/security/gpg2dot/Makefile
index d2b681aa752..7ea80da0dc4 100644
--- a/security/gpg2dot/Makefile
+++ b/security/gpg2dot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/07 22:24:50 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= gpg2dot-1.4
@@ -20,6 +20,8 @@ NO_CONFIGURE= yes
DISTVER= ${DISTNAME:S/gpg2dot-//}
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
+
do-extract:
${CP} ${FILESDIR}/gpg2dot.pl ${WRKSRC}/gpg2dot.pl
# ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in
diff --git a/security/hackbot/Makefile b/security/hackbot/Makefile
index 00adb2f3cce..863bfae56fe 100644
--- a/security/hackbot/Makefile
+++ b/security/hackbot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:25:33 agc Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:32 jlam Exp $
DISTNAME= hackbot-2.15
CATEGORIES= security net
@@ -16,6 +16,8 @@ MANCOMPRESSED= YES
USE_PERL5= YES
REPLACE_PERL= hackbot.pl
+INSTALLATION_DIRS= bin man/man1
+
do-build:
${SED} "s,/usr/local/etc,${PREFIX}/share/hackbot,g" ${WRKSRC}/hackbot.pl > ${WRKSRC}/hackbot.pl.done
${MV} ${WRKSRC}/hackbot.pl.done ${WRKSRC}/hackbot.pl
diff --git a/security/hashcash/Makefile b/security/hashcash/Makefile
index 0eaf019046a..135eb044060 100644
--- a/security/hashcash/Makefile
+++ b/security/hashcash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:12 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= hashcash-1.13
@@ -14,6 +14,7 @@ COMMENT= Hash collision based postage stamp
.include "../../mk/bsd.prefs.mk"
CFLAGS+= -Dunix
+INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hashcash ${PREFIX}/bin/
diff --git a/security/hydan/Makefile b/security/hydan/Makefile
index ec107089fe2..61ded249cf9 100644
--- a/security/hydan/Makefile
+++ b/security/hydan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 10:26:03 agc Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:32 jlam Exp $
DISTNAME= hydan-0.13
CATEGORIES= security
@@ -12,6 +12,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 Linux-*-i386
WRKSRC= ${WRKDIR}/hydan
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hydan ${PREFIX}/bin
cd ${PREFIX}/bin && \
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index c31f47b3501..b59ab72be1f 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/04/17 12:19:54 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= ${PKGNAME}-src
@@ -33,6 +33,8 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC
CONFIGURE_ARGS+= --prefix=${PREFIX}
BUILDLINK_DEPENDS.libssh+= libssh-0.1
+INSTALLATION_DIRS= bin
+
PKG_OPTIONS_VAR= PKG_OPTIONS.hydra
PKG_SUPPORTED_OPTIONS= gtkfe
diff --git a/security/john/Makefile b/security/john/Makefile
index 6ae4a69d538..fe37d6c5dbe 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:08 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= john-1.6
@@ -33,6 +33,8 @@ BUILD_TARGET= solaris-x86-any
BUILD_TARGET= generic
.endif
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/../run/john ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/john
diff --git a/security/libbf/Makefile b/security/libbf/Makefile
index d0aeff95a90..8341ad8e3c9 100644
--- a/security/libbf/Makefile
+++ b/security/libbf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:25:34 agc Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= libbf-0.8.2b
@@ -25,6 +25,8 @@ BF_ENC=bf_enc.o
MAKEFLAGS+= BF_ENC=${BF_ENC}
+INSTALLATION_DIRS= bin include lib
+
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/blowfish
cd ${WRKSRC} && \
diff --git a/security/libidea/Makefile b/security/libidea/Makefile
index b9ab42b60c7..12cc15ce699 100644
--- a/security/libidea/Makefile
+++ b/security/libidea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:13 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= libidea-0.8.2b
@@ -21,6 +21,8 @@ NO_BIN_ON_CDROM=${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
+INSTALLATION_DIRS= bin include lib
+
do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} libidea.a ${PREFIX}/lib && \
diff --git a/security/nikto/Makefile b/security/nikto/Makefile
index 7728d7b8c1b..fc5eac5e0b7 100644
--- a/security/nikto/Makefile
+++ b/security/nikto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:14 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:32 jlam Exp $
DISTNAME= nikto-1.34
CATEGORIES= security www
@@ -25,6 +25,8 @@ SUBST_MESSAGE.conf= "Fixing configuration files."
CONF_FILES= ${PREFIX}/share/examples/nikto/config.txt \
${PREFIX}/share/nikto/config.txt
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nikto
${INSTALL_DATA_DIR} ${PREFIX}/share/nikto
diff --git a/security/otpcalc/Makefile b/security/otpcalc/Makefile
index 374f81ae695..94dd2162719 100644
--- a/security/otpcalc/Makefile
+++ b/security/otpcalc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:30 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= otpCalc-0.96
@@ -14,6 +14,7 @@ GNU_CONFIGURE= YES
USE_TOOLS+= gmake
BUILD_TARGET= otpCalc otpCalc.1
+INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/otpCalc ${PREFIX}/bin
diff --git a/security/p0f/Makefile b/security/p0f/Makefile
index 89863c03180..ca9e6e48dcc 100644
--- a/security/p0f/Makefile
+++ b/security/p0f/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:14 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= p0f-2.0.5
@@ -25,6 +25,8 @@ SUBST_FILES.paths= config.h p0f.1
SUBST_SED.paths= -e "s|/etc/p0f|${PKG_SYSCONFDIR}|g"
SUBST_MESSAGE.paths= "Fixing paths."
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/p0f ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/p0f.README
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile
index e1ef9c88be1..3d9d0a4c7de 100644
--- a/security/pam-mysql/Makefile
+++ b/security/pam-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/05 20:16:42 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:32 jlam Exp $
DISTNAME= pam_mysql-0.5
PKGNAME= ${DISTNAME:S/_/-/}
@@ -12,6 +12,8 @@ COMMENT= PAM module for authenticating with MySQL
WRKSRC= ${WRKDIR}/pam_mysql
DOCDIR= ${PREFIX}/share/doc/pam-mysql
+INSTALLATION_DIRS= lib
+
do-build:
${CC} -fpic -DPIC -Wall -I${LOCALBASE}/include \
-c ${WRKSRC}/pam_mysql.c -o ${WRKSRC}/pam_mysql.o
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 6113ff51949..2b295eb53ed 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2005/05/16 01:15:33 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2005/06/17 03:50:32 jlam Exp $
DISTNAME= pgp263is
CATEGORIES= security
@@ -66,6 +66,7 @@ CFLAGS+= -DHIGHFIRST
BUILD_DEFS+= USE_RSAREF2 M68060 ASMFLAG
PKGSRC_USE_TOOLS+= gtar
+INSTALLATION_DIRS= bin man/man1
.if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO
pre-fetch:
diff --git a/security/pscan/Makefile b/security/pscan/Makefile
index 63fbda13aab..0ce980d696d 100644
--- a/security/pscan/Makefile
+++ b/security/pscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/03/24 21:13:00 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:32 jlam Exp $
DISTNAME= pscan
PKGNAME= pscan-1.3
@@ -11,6 +11,8 @@ COMMENT= Security C code scanner for misuse of format strings
BUILD_TARGET= pscan
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats
diff --git a/security/pyca/Makefile b/security/pyca/Makefile
index e4f041841a5..1d64b1c6d20 100644
--- a/security/pyca/Makefile
+++ b/security/pyca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:18 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:32 jlam Exp $
# Date-based distfile name for pre-releases leading to 0.6.6.
DISTNAME= pyca-20031021
@@ -30,6 +30,8 @@ PYCA_SCRIPT_FIXUP_SED= \
-e "s|/home/.*/openssl.cnf|${PKG_SYSCONFDIR}/openssl.cnf|g" \
-e "s|/home/.*/pylib|${PREFIX}/lib/pyca|g"
+INSTALLATION_DIRS= bin libexec/cgi-bin sbin
+
pyca-script-fixup:
cd ${WRKSRC}; for file in ${PYTHON_PATCH_SCRIPTS}; do \
${SED} ${PYCA_SCRIPT_FIXUP_SED} \
diff --git a/security/qca/Makefile b/security/qca/Makefile
index a0f275a3e72..9e37ad5bfac 100644
--- a/security/qca/Makefile
+++ b/security/qca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/06/01 18:03:21 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:32 jlam Exp $
DISTNAME= qca-1.0
PKGREVISION= # empty
@@ -14,6 +14,8 @@ USE_TOOLS+= gmake
USE_LIBTOOL= yes
HAS_CONFIGURE= yes
+INSTALLATION_DIRS= include lib
+
do-install:
cd ${WRKSRC} && ${INSTALL} src/qca.h ${PREFIX}/include
cd ${WRKSRC} && \
diff --git a/security/rid/Makefile b/security/rid/Makefile
index e27930f3dfa..cf0fe2c131b 100644
--- a/security/rid/Makefile
+++ b/security/rid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:18 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= rid-1.11
@@ -16,6 +16,8 @@ USE_PKGINSTALL= YES
CONF_FILES= ${PREFIX}/share/examples/rid/rid.conf ${PKG_SYSCONFDIR}/rid.conf
+INSTALLATION_DIRS= sbin
+
post-configure:
@echo "#undef DEFAULT_YYIN" >> ${WRKSRC}/netconfig.h
@echo "#define DEFAULT_YYIN \"${PKG_SYSCONFDIR}/rid.conf\"" >> \
diff --git a/security/sign/Makefile b/security/sign/Makefile
index 6c76f5e8538..e588b039c92 100644
--- a/security/sign/Makefile
+++ b/security/sign/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:31 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= sign-1.0.4
@@ -12,6 +12,8 @@ COMMENT= File signing and signature verification utility
USE_TOOLS+= gmake
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/sign ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/sign.1 ${PREFIX}/man/man1
diff --git a/security/smtpd/Makefile b/security/smtpd/Makefile
index c558175ed79..899248053c9 100644
--- a/security/smtpd/Makefile
+++ b/security/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/02/08 14:27:35 grant Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= smtpd-2.0
@@ -25,6 +25,8 @@ MAKE_ENV+= LD_LIBS="${LD_LIBS}"
.include "../../mk/bsd.prefs.mk"
+INSTALLATION_DIRS= sbin
+
do-install:
-${INSTALL_DATA_DIR} ${SPOOL}/etc
${INSTALL} -m 500 ${WRKSRC}/smtpd ${PREFIX}/sbin/smtpd
diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile
index 18031a69ffb..4998727f592 100644
--- a/security/snortsnarf/Makefile
+++ b/security/snortsnarf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:19 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:32 jlam Exp $
#
DISTNAME= SnortSnarf-050314.1
@@ -24,6 +24,8 @@ SUBST_FILES.paths= snortsnarf.pl
SUBST_SED.paths= -e "s|./include|${PREFIX}/share/snortsnarf|g"
SUBST_MESSAGE.paths= "Fixing paths."
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/snortsnarf.pl ${PREFIX}/bin/snortsnarf.pl
${INSTALL_DATA_DIR} ${PREFIX}/share/snortsnarf
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index 2ccb12202be..0646abe3c4a 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/04/11 21:47:19 tv Exp $
+# $NetBSD: Makefile,v 1.31 2005/06/17 03:50:32 jlam Exp $
DISTNAME= srp-1.4.4
PKGNAME= srp-client-1.4.4
@@ -33,6 +33,8 @@ SED_PATTERN+= -e "s,-ldes,-ldes -lroken -lcom_err -lcrypt,"
SED_PATTERN+= -e "s,-ldes,-ldes -lcom_err,"
.endif
+INSTALLATION_DIRS= bin man/man1
+
post-patch:
for FILE in ftp/ftp/Makefile.in ftp/ftpd/Makefile.in \
telnet/configure.in telnet/configure; \
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile
index 46160793e02..07c2f3a3c7e 100644
--- a/security/tinyca/Makefile
+++ b/security/tinyca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:20 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:33 jlam Exp $
DISTNAME= tinyca-0.6.8
CATEGORIES= security
@@ -31,6 +31,8 @@ SUBST_SED.script= -e "s|./lib|${CADIR}|g" \
-e "s|./templates|${CADIR}/templates|g"
SUBST_MESSAGE.script= "Fixing hardcoded paths."
+INSTALLATION_DIRS= bin
+
.include "../../security/openssl/buildlink3.mk"
do-install:
diff --git a/security/tkpasman/Makefile b/security/tkpasman/Makefile
index afbb522ef14..04329b64b03 100644
--- a/security/tkpasman/Makefile
+++ b/security/tkpasman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:47:20 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:33 jlam Exp $
#
DISTNAME= TkPasMan-2.2a
@@ -32,6 +32,7 @@ CONFIG_SUBST+= OPENSSL=""
.endif
BUILD_TARGET= tkpasman
+INSTALLATION_DIRS= bin
post-extract:
${MV} ${WRKSRC}/config ${WRKSRC}/config.in
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile
index 087d8815eb0..332540d466b 100644
--- a/security/uvscan/Makefile
+++ b/security/uvscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/07/29 22:19:57 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2005/06/17 03:50:33 jlam Exp $
DISTNAME= vlnx424e
PKGNAME= uvscan-4.24.1
@@ -41,6 +41,8 @@ SUPPORT_FILES+= ${DATDIR}/names.dat ${UVSCANDIR}/names.dat
SUPPORT_FILES+= ${DATDIR}/scan.dat ${UVSCANDIR}/scan.dat
OWN_DIRS= ${UVSCANDIR}
+INSTALLATION_DIRS= bin man/man1 sbin
+
do-build:
@${SED} ${FILES_SUBST_SED} \
${FILESDIR}/update_dat.sh > ${WRKDIR}/update_dat