diff options
author | lioux <lioux@FreeBSD.org> | 2000-11-26 00:57:29 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2000-11-26 00:57:29 +0800 |
commit | af36939fd2859397871bcdf04e376a31146677c2 (patch) | |
tree | 0a11a4a3f5a5b5e1091223dd593986593ed2e744 | |
parent | 2a0151edb492306f5f715cb1b8909beaca4e915c (diff) | |
download | freebsd-ports-gnome-af36939fd2859397871bcdf04e376a31146677c2.tar.gz freebsd-ports-gnome-af36939fd2859397871bcdf04e376a31146677c2.tar.zst freebsd-ports-gnome-af36939fd2859397871bcdf04e376a31146677c2.zip |
qmail's license terms regarding precompiled distribution
does not seem to allow packaging this port. Add NO_PACKAGE
with appropriate information.
Submitted by: knu
-rw-r--r-- | mail/qmail-ldap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index 9a536f3883d9..3672686f5412 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -17,6 +17,8 @@ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap +NO_PACKAGE= Unsure of djb\'s packaging license + .if !defined(PRE_MK_INCLUDED) .include <bsd.port.pre.mk> .endif |