pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dot-forward Now that we install into the normal $...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e237a2124463
branches: trunk
changeset: 478329:e237a2124463
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Jul 21 23:06:10 2004 +0000
description:
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:
mail/dot-forward/Makefile | 19 +++++++------------
mail/dot-forward/PLIST | 8 ++++----
2 files changed, 11 insertions(+), 16 deletions(-)
diffs (53 lines):
diff -r 418d57ea9650 -r e237a2124463 mail/dot-forward/Makefile
--- a/mail/dot-forward/Makefile Wed Jul 21 23:00:51 2004 +0000
+++ b/mail/dot-forward/Makefile Wed Jul 21 23:06:10 2004 +0000
@@ -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@localhost
+MAINTAINER= schmonz%NetBSD.org@localhost
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 -r 418d57ea9650 -r e237a2124463 mail/dot-forward/PLIST
--- a/mail/dot-forward/PLIST Wed Jul 21 23:00:51 2004 +0000
+++ b/mail/dot-forward/PLIST Wed Jul 21 23:06:10 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index