diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-19 23:49:35 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-19 23:49:35 +0000 |
commit | 2ac2070713131617e6b591f8323c3cbf770f2271 (patch) | |
tree | 87c71bb9842e1327888fa43d1267d10c937d0cb7 /mail/ezmlm/Makefile | |
parent | 6145f10b9907faf1ab3341a5cb440b80dbd92383 (diff) | |
download | pkgsrc-2ac2070713131617e6b591f8323c3cbf770f2271.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/Makefile | 10 |
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-*) |