diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2007-04-18 01:39:29 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2007-04-18 01:39:29 +0000 |
commit | 0528589580366c6c8efc66ddf2b5dbc0bbf7a050 (patch) | |
tree | 94d011cc6e3ddaa6b47f6dccf9da235d35036739 /mail/sendmail813 | |
parent | f26b7981e85a3ec3fefbfb6952159efc89d0e5a5 (diff) | |
download | pkgsrc-0528589580366c6c8efc66ddf2b5dbc0bbf7a050.tar.gz |
revert previous, turns out qmail and sendmail don't share any filenames
Diffstat (limited to 'mail/sendmail813')
-rw-r--r-- | mail/sendmail813/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sendmail813/Makefile b/mail/sendmail813/Makefile index 14ced72e712..58540bcf91e 100644 --- a/mail/sendmail813/Makefile +++ b/mail/sendmail813/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/04/17 10:35:17 jnemeth Exp $ +# $NetBSD: Makefile,v 1.3 2007/04/18 01:39:48 jnemeth Exp $ .include "../../mail/sendmail813/Makefile.common" @@ -6,7 +6,6 @@ PKGNAME= sendmail-${DIST_VERS} COMMENT= The well known Mail Transport Agent CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* -CONFLICTS+= qmail-[0-9]* MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC PLIST_SRC= ${WRKDIR}/.PLIST_SRC |