diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-15 20:40:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-15 20:40:15 +0000 |
commit | a4fa0f8e0e93b21de7667647d0c797d9ecfedff3 (patch) | |
tree | fdcc07230f85f6fc9861a7659692fa83b1801fd4 /mail/mutt/Makefile | |
parent | 08e1f418c1e54d92e6470650e13abb16e4b7bea8 (diff) | |
download | pkgsrc-a4fa0f8e0e93b21de7667647d0c797d9ecfedff3.tar.gz |
Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form:
DEINSTALL_TEMPLATE+= path/to/INSTALL
in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index d36c499eade..234b4b9f45b 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.140 2006/05/22 07:00:55 rillig Exp $ +# $NetBSD: Makefile,v 1.141 2006/06/15 20:40:16 jlam Exp $ DISTNAME= mutt-1.4.2.1i PKGNAME= ${DISTNAME:C/i$//} @@ -71,7 +71,6 @@ CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh LDFLAGS+= ${_STRIPFLAG_CC} -DEINSTALL_TEMPLATE+= ${PKGDIR}/INSTALL DOCDIR= ${PREFIX}/share/doc/mutt EGDIR= ${PREFIX}/share/examples/mutt CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc |