diff options
author | markd <markd@pkgsrc.org> | 2003-09-02 12:39:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-09-02 12:39:12 +0000 |
commit | 43c6358d2917d618c3de3565da4d97384ce528a8 (patch) | |
tree | c132fa0ea5af9d80f1e5c31bbbee98e077ea6a80 /mail/mimedefang | |
parent | 1f340250f25de913c57ce6ec1878e41aed01d7cb (diff) | |
download | pkgsrc-43c6358d2917d618c3de3565da4d97384ce528a8.tar.gz |
Delete DEINSTALL line that was accidentally added.
Should fix PR pkg/22663
Diffstat (limited to 'mail/mimedefang')
-rw-r--r-- | mail/mimedefang/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index b6e237dbf05..6e0d7b7d9fd 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/08/30 22:51:21 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/02 12:39:12 markd Exp $ DISTNAME= mimedefang-2.35 CATEGORIES= mail @@ -23,7 +23,6 @@ GNU_CONFIGURE= YES PKG_SYSCONFSUBDIR?= mimedefang USE_PKGINSTALL= YES -DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL DEFANG_SPOOLDIR?= /var/spool/MIMEDefang |