diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-10 20:12:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-10 20:12:28 +0000 |
commit | 3cd08dfb047526d98133c913f912d10f45c5dee0 (patch) | |
tree | 039dbaa8dd13be145d4bc013257d45b064148bb6 | |
parent | 5ee52161e8fd989ddf58065750e7a938a06240a9 (diff) | |
download | pkgsrc-3cd08dfb047526d98133c913f912d10f45c5dee0.tar.gz |
We weren't using the DEINSTALL script extras -- fix this. Bump the
PKGREVISION since the installed +DEINSTALL script changes significantly.
-rw-r--r-- | mail/sqwebmail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 71b7afe69db..156d3345be8 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2006/02/05 23:09:58 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2006/03/10 20:12:28 jlam Exp $ DISTNAME= sqwebmail-5.0.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 @@ -37,6 +37,7 @@ BUILD_DEFS+= SQWEBMAIL_IMAGEURL FILES_SUBST+= SQWEBMAIL_STATEDIR=${SQWEBMAIL_STATEDIR:Q} MESSAGE_SUBST+= IMAGEDIR=${SQWEBMAIL_IMAGEDIR} MESSAGE_SUBST+= IMAGEURL=${SQWEBMAIL_IMAGEURL} +DEINSTALL_EXTRA_TMPL= ${PKGDIR}/DEINSTALL SENDMAIL?= /usr/sbin/sendmail MIME_TYPES= ${PKG_SYSCONFDIR}/mime.types:${PKG_SYSCONFBASEDIR}/httpd/mime.types:${PREFIX}/etc/mime.types:/etc/mime.types |