diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-18 21:15:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-18 21:15:07 +0000 |
commit | e507190d0d6bc39293f665702c2506456ae31107 (patch) | |
tree | e0bb35773ef4b40f455703fa2781a51565bf1981 /security/openssh | |
parent | 94beb52331d3ebca1c93e936b12657a7a2fb3fcc (diff) | |
download | pkgsrc-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/openssh')
-rw-r--r-- | security/openssh/Makefile | 3 |
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" |