summaryrefslogtreecommitdiff
path: root/mail/ezmlm
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-07-20 00:04:36 +0000
committerschmonz <schmonz>2004-07-20 00:04:36 +0000
commit66f8f018c729fa6c885040c4513bbbca60fa60ab (patch)
tree03ccca98a00629e5f75e3a918a1cd9e25a269dcb /mail/ezmlm
parent9f6c985087c3490292860ca1a49aef9ccaabdfbc (diff)
downloadpkgsrc-66f8f018c729fa6c885040c4513bbbca60fa60ab.tar.gz
Enable pkgviews installation, and reformat a whole bunch.
Diffstat (limited to 'mail/ezmlm')
-rw-r--r--mail/ezmlm/Makefile26
1 files changed, 15 insertions, 11 deletions
diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile
index 25b38e36f1f..bc14775af54 100644
--- a/mail/ezmlm/Makefile
+++ b/mail/ezmlm/Makefile
@@ -1,28 +1,32 @@
-# $NetBSD: Makefile,v 1.10 2004/07/19 23:49:35 schmonz Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/20 00:07:37 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
-DISTNAME= ${EZMLM_VERS}
+DISTNAME= ${EZMLM_VERS}
-MAINTAINER= zuntum@NetBSD.org
-HOMEPAGE= http://cr.yp.to/ezmlm.html
-COMMENT= Easy-to-use, high-speed mailing list manager for qmail
+MAINTAINER= zuntum@NetBSD.org
+HOMEPAGE= http://cr.yp.to/ezmlm.html
+COMMENT= Easy-to-use, high-speed mailing list manager for qmail
-CONFLICTS= ezmlm-idx-[0-9]*
+CONFLICTS= ezmlm-idx-[0-9]*
-USE_BUILDLINK3= yes
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+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}
+RESTRICTED= "modified source and binaries may not be distributed"
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
+INSTALLATION_DIRS= bin man man/man1 man/man5 man/cat1 man/cat5
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-*)
-CFLAGS+= -fno-builtin-log
+CFLAGS+= -fno-builtin-log
.endif
.include "../../mk/bsd.pkg.mk"