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 /net/coda5_client | |
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 'net/coda5_client')
-rw-r--r-- | net/coda5_client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index f66f02e0576..184fb7a2e0b 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/09/10 11:02:16 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2002/09/18 21:15:13 jlam Exp $ PKGNAME= coda-client-${DIST_VERS} COMMENT= client programs for a replicated high-performance network file system @@ -7,8 +7,6 @@ COMMENT= client programs for a replicated high-performance network file system ALL_TARGET= coda INSTALL_TARGET= client-install -INSTALL_EXTRA_TMPL= ${.CURDIR}/DEINSTALL -DEINSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL CONF_FILES+= ${EGDIR}/sidekick.intr.ex ${PKG_SYSCONFDIR}/sidekick.intr CONF_FILES+= ${EGDIR}/venus.conf.ex ${PKG_SYSCONFDIR}/venus.conf |