diff options
author | markd <markd@pkgsrc.org> | 2003-09-15 12:22:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-09-15 12:22:31 +0000 |
commit | e4c27c734bca4e68b64f72298e4a1cbf676a1020 (patch) | |
tree | 3782ddfb51d3cb95dfd614fdb22a575557dd4fad /mail | |
parent | d68ff401c57d638ca565a3a6cb1e94b0b438eff0 (diff) | |
download | pkgsrc-e4c27c734bca4e68b64f72298e4a1cbf676a1020.tar.gz |
USE_MILTER no longer needed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libmilter/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/libmilter/Makefile b/mail/libmilter/Makefile index 57f8547035b..64598b104c1 100644 --- a/mail/libmilter/Makefile +++ b/mail/libmilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/05/02 11:55:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/09/15 12:22:31 markd Exp $ .include "../../mail/sendmail/Makefile.common" @@ -6,8 +6,6 @@ PKGNAME= libmilter-${DIST_VERS} PKGREVISION= 1 COMMENT= Mail filter support library for sendmail -USE_MILTER= YES - post-patch: make-sendmail-siteconfig ${ECHO} >>${DESCR_SRC} |