diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
commit | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (patch) | |
tree | 9be083b0fd811caaa5b6ea713f83e7705ea93fbe /mail/qmail-conf | |
parent | e15afee535ffec38424947ba1c7eb0ada4141fc2 (diff) |
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=88581
Diffstat (limited to 'mail/qmail-conf')
-rw-r--r-- | mail/qmail-conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index c667a0dbf01b..14ddb969b307 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -21,7 +21,7 @@ COMMENT= Configure various qmail services to run under daemontools ALL_TARGET= it INSTALL_TARGET= setup check -NO_PACKAGE= "borrows code from djbdns, thus falls under the same restrictions as net/djbdns" +NO_PACKAGE= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns" # Note: this MUST be the same as the directory qmail is installed in! QMAIL_DIR?= /var/qmail |