summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-18 21:15:07 +0000
committerjlam <jlam@pkgsrc.org>2002-09-18 21:15:07 +0000
commite507190d0d6bc39293f665702c2506456ae31107 (patch)
treee0bb35773ef4b40f455703fa2781a51565bf1981 /security
parent94beb52331d3ebca1c93e936b12657a7a2fb3fcc (diff)
downloadpkgsrc-e507190d0d6bc39293f665702c2506456ae31107.tar.gz
When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl/Makefile5
-rw-r--r--security/openssh/Makefile3
-rw-r--r--security/uvscan/Makefile3
3 files changed, 3 insertions, 8 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index a4765db0597..f480d74aae9 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2002/09/07 07:37:37 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2002/09/18 21:15:16 jlam Exp $
DISTNAME= cyrus-sasl-1.5.27
SVR4_PKGNAME= csasl
@@ -76,9 +76,6 @@ PKG_USERS= ${CYRUS_USER}:${CYRUS_GROUP}::::${SH}
RCD_SCRIPTS= sasl_pwcheck saslauthd
OWN_DIRS= ${PREFIX}/lib/sasl
-DEINSTALL_EXTRA_TMPL= ${.CURDIR}/DEINSTALL
-INSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
-
post-extract:
cd ${WRKSRC}; ${RM} -f include/md5.h
${CP} ${FILESDIR}/sasl-config.in ${WRKSRC}/plugins
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index d60c09e6bfa..150b6311494 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2002/08/31 10:09:00 grant Exp $
+# $NetBSD: Makefile,v 1.90 2002/09/18 21:15:17 jlam Exp $
DISTNAME= openssh-3.4p1
PKGNAME= openssh-3.4.0.1
@@ -125,7 +125,6 @@ FILES_SUBST+= SSH_PID_DIR=${SSH_PID_DIR}
MESSAGE_SUBST+= EGDIR=${EGDIR}
MESSAGE_SUBST+= OPENSSH_USER=${OPENSSH_USER}
MESSAGE_SUBST+= OPENSSH_GROUP=${OPENSSH_GROUP}
-INSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
.if defined(UPDATE_INTREE_OPENSSH)
. include "Makefile.intree"
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile
index 7e51cc60bb9..401a962d3ab 100644
--- a/security/uvscan/Makefile
+++ b/security/uvscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/08/07 05:42:13 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2002/09/18 21:15:18 jlam Exp $
DISTNAME= vlnx416e
PKGNAME= uvscan-4.16.0
@@ -34,7 +34,6 @@ DATFILES= clean.dat internet.dat names.dat scan.dat readme.txt
FILES_SUBST+= UVSCANDIR=${UVSCANDIR:Q}
FILES_SUBST+= DATFILES=${DATFILES:Q}
-DEINSTALL_EXTRA_TMPL= ${.CURDIR}/DEINSTALL
SUPPORT_FILES= ${DATDIR}/clean.dat ${UVSCANDIR}/clean.dat
SUPPORT_FILES+= ${DATDIR}/names.dat ${UVSCANDIR}/names.dat
SUPPORT_FILES+= ${DATDIR}/scan.dat ${UVSCANDIR}/scan.dat