diff options
author | kris <kris@FreeBSD.org> | 2006-09-04 01:36:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-04 01:36:56 +0800 |
commit | 0c1038c3adb61fead8eeb34d44cece2263d6540d (patch) | |
tree | 291f18aab170c7c1e52c05b6022ea59e7bb90be4 /mail/qmail-conf | |
parent | fcefa1a58e4fe92c8814e797b578467fceecb56a (diff) | |
download | freebsd-ports-gnome-0c1038c3adb61fead8eeb34d44cece2263d6540d.tar.gz freebsd-ports-gnome-0c1038c3adb61fead8eeb34d44cece2263d6540d.tar.zst freebsd-ports-gnome-0c1038c3adb61fead8eeb34d44cece2263d6540d.zip |
RESTRICTED is intended here instead of NO_PACKAGE
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 93bf63a5c39c..9fc9b75fd2b7 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -23,7 +23,7 @@ WANT_QMAIL= yes ALL_TARGET= it INSTALL_TARGET= setup check -NO_PACKAGE= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns" +RESTRICTED= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns" PREFIX?= ${QMAIL_PREFIX} |