summaryrefslogtreecommitdiff
path: root/mail/dot-forward
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-07-21 23:06:10 +0000
committerschmonz <schmonz@pkgsrc.org>2004-07-21 23:06:10 +0000
commit4c6d10e6b4af24037025508830952b0356cd86e1 (patch)
treec0a31611d84adb09828f54aa4cff3b4d8398273b /mail/dot-forward
parent3671c328e51171d6807296b9bf095df1a2e90815 (diff)
downloadpkgsrc-4c6d10e6b4af24037025508830952b0356cd86e1.tar.gz
Now that we install into the normal ${LOCALBASE}, remove local
definitions of LOCALBASE and NO_MTREE. Let the qmail dependency be satisfied by netqmail, if present. Rename post-patch to do-configure. Clarify RESTRICTED. Take MAINTAINER. Bump PKGREVISION.
Diffstat (limited to 'mail/dot-forward')
-rw-r--r--mail/dot-forward/Makefile19
-rw-r--r--mail/dot-forward/PLIST8
2 files changed, 11 insertions, 16 deletions
diff --git a/mail/dot-forward/Makefile b/mail/dot-forward/Makefile
index d61410370aa..b90af8b01f1 100644
--- a/mail/dot-forward/Makefile
+++ b/mail/dot-forward/Makefile
@@ -1,30 +1,25 @@
-# $NetBSD: Makefile,v 1.7 2003/07/21 16:56:44 martti Exp $
+# $NetBSD: Makefile,v 1.8 2004/07/21 23:06:10 schmonz Exp $
#
DISTNAME= dot-forward-0.71
-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/dot-forward.html
-COMMENT= Get qmail to use .forward files
+COMMENT= Reads sendmail's .forward files under qmail
-DEPENDS+= qmail>=1.03nb1:../../mail/qmail
+DEPENDS+= {qmail>=1.03nb1,netqmail>=1.05}:../../mail/qmail
ALL_TARGET= it
INSTALL_TARGET= setup check
-.include "../../mk/bsd.prefs.mk"
-
-NO_MTREE= YES
-LOCALBASE= /
-
-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
diff --git a/mail/dot-forward/PLIST b/mail/dot-forward/PLIST
index cf8491b38c0..2363dd8d2b1 100644
--- a/mail/dot-forward/PLIST
+++ b/mail/dot-forward/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/21 19:02:33 zuntum Exp $
-${QMAILDIR}/bin/dot-forward
-${QMAILDIR}/man/man1/dot-forward.1
-${QMAILDIR}/man/cat1/dot-forward.0
+@comment $NetBSD: PLIST,v 1.3 2004/07/21 23:06:10 schmonz Exp $
+bin/dot-forward
+man/man1/dot-forward.1
+man/cat1/dot-forward.0