summaryrefslogtreecommitdiff
path: root/mail/ezmlm/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-07-19 23:49:35 +0000
committerschmonz <schmonz>2004-07-19 23:49:35 +0000
commitae4ae08c941ea19d10f26f2d84f60160627857ce (patch)
tree87c71bb9842e1327888fa43d1267d10c937d0cb7 /mail/ezmlm/Makefile
parentb9c2af00ad58ca2fb5b9a8a90b230a7c1bc2cf18 (diff)
downloadpkgsrc-ae4ae08c941ea19d10f26f2d84f60160627857ce.tar.gz
Set RESTRICTED directly in this package, rather than in Makefile.common,
and clarify: we cannot redistribute binary packages because we change the paths of conf-bin and conf-man from the default "/usr/local" and don't provide compatibility symlinks. Set USE_BUILDLINK3=yes. Add "install" to ALL_TARGET in Makefile.common so that the installer is compiled at the end of the build phase, rather than at the beginning of the install phase.
Diffstat (limited to 'mail/ezmlm/Makefile')
-rw-r--r--mail/ezmlm/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile
index e48e705ea82..25b38e36f1f 100644
--- a/mail/ezmlm/Makefile
+++ b/mail/ezmlm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/07/16 00:20:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/19 23:49:35 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
@@ -11,6 +11,14 @@ COMMENT= Easy-to-use, high-speed mailing list manager for qmail
CONFLICTS= ezmlm-idx-[0-9]*
+USE_BUILDLINK3= yes
+
+# We change conf-bin and conf-man from the default "/usr/local"
+# and don't provide compatibility symlinks.
+RESTRICTED= "modified source and binaries may not be distributed"
+NO_BIN_ON_CDROM=${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-*)