diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-21 23:31:24 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-21 23:31:24 +0000 |
commit | b3beda41e792aa98dc4c5ee2754252b222448577 (patch) | |
tree | 7c9eae586c7e231cf4a335fcb270ceb8326935a9 /mail/fastforward/Makefile | |
parent | 4622234cb7c240a30d0b4b0ac7d8cbc85f268754 (diff) | |
download | pkgsrc-b3beda41e792aa98dc4c5ee2754252b222448577.tar.gz |
Now that we install into the normal ${LOCALBASE}, remove local
definitions of LOCALBASE and NO_MTREE. This requires either the
latest qmail package or netqmail, and conflicts with both postfix
and sendmail. Rename post-patch to do-configure. Add "install" and
"instcheck" to ALL_TARGET to build the installer at the end of the
build phase, rather than at the beginning of the install phase.
Remove notes at install and deinstall time about updating the
"newaliases" mailer.conf entry, as this entry is now included in
the qmail package's example mailer.conf. Clarify RESTRICTED. Take
MAINTAINER. Bump PKGREVISION.
Diffstat (limited to 'mail/fastforward/Makefile')
-rw-r--r-- | mail/fastforward/Makefile | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/mail/fastforward/Makefile b/mail/fastforward/Makefile index 6c062d1266c..27dbf9d5c67 100644 --- a/mail/fastforward/Makefile +++ b/mail/fastforward/Makefile @@ -1,30 +1,27 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:46:03 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/21 23:31:24 schmonz Exp $ # DISTNAME= fastforward-0.51 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ -MAINTAINER= zuntum@NetBSD.org +MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://cr.yp.to/fastforward.html -COMMENT= /etc/aliases support for qmail +COMMENT= Sendmail-style /etc/aliases support for qmail -DEPENDS+= qmail>=1.03nb1:../../mail/qmail +DEPENDS+= {qmail>=1.03nb7,netqmail>=1.05}:../../mail/qmail -ALL_TARGET= it -INSTALL_TARGET= setup check - -.include "../../mk/bsd.prefs.mk" +CONFLICTS+= postfix-[0-9]* sendmail-[0-9]* -NO_MTREE= YES -LOCALBASE= / +ALL_TARGET= it install instcheck +INSTALL_TARGET= setup check -RESTRICTED= "unsure of djb's license" +RESTRICTED= "modified source and binaries may not be distributed" NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -post-patch: +do-configure: ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc ${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld ${ECHO} ${QMAILDIR} > ${WRKSRC}/conf-qmail |