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 /mail/sqwebmail | |
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 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 576c762343e..c9a738719e8 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/05/28 15:07:05 yyamano Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/18 21:15:13 jlam Exp $ DISTNAME= sqwebmail-3.3.1 CATEGORIES= www @@ -62,8 +62,6 @@ CONF_FILES_PERMS+= ${DATADIR}/sqwebmail/${FILE} \ ${ROOT_USER} ${ROOT_GROUP} 0755 .endfor -DEINSTALL_EXTRA_TMPL= ${.CURDIR}/DEINSTALL -INSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL FILES_SUBST+= SYSCONFTOOL=${SYSCONFTOOL:Q} FILES_SUBST+= GEN_FILES=${GEN_FILES:Q} MESSAGE_SUBST+= IMAGEDIR=${IMAGEDIR} |