diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-04-22 08:56:13 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-04-22 08:56:13 +0000 |
commit | 1fd332f19699a1953a7e60df7bd56261dce4626f (patch) | |
tree | 5c8cc1eb14d83f06beca3e180d0256e1e46c603c /mail | |
parent | change maintainer address (diff) |
Add NO_MTREE: the /var/qmail hierarchy does not really need
the hier(7) directory tree.
Bump PORTREVISION.
Reported by: David Phillips <david@geektech.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-conf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index 17b243cf56c0..c667a0dbf01b 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -7,6 +7,7 @@ PORTNAME= qmail-conf PORTVERSION= 0.60 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.din.or.jp/~ushijima/qmail-conf/ \ http://cr.yp.to/djbdns/ @@ -26,6 +27,8 @@ NO_PACKAGE= "borrows code from djbdns, thus falls under the same restrictions as QMAIL_DIR?= /var/qmail PREFIX?= ${QMAIL_DIR} +NO_MTREE= yes + DJBDNS_VER= 1.05 DJBDNS_NAME= djbdns-${DJBDNS_VER} DJBDNS_DIST= ${DJBDNS_NAME}${EXTRACT_SUFX} |