summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-18 21:15:07 +0000
committerjlam <jlam>2002-09-18 21:15:07 +0000
commit522c9d02de8282ca6a47f882bd6872b72a7b12be (patch)
treee0bb35773ef4b40f455703fa2781a51565bf1981 /security/openssh
parent851512642d2291a334c671fb1941e824a4d4c203 (diff)
downloadpkgsrc-522c9d02de8282ca6a47f882bd6872b72a7b12be.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/openssh')
-rw-r--r--security/openssh/Makefile3
1 files changed, 1 insertions, 2 deletions
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"