diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-01-03 07:36:43 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-01-03 07:36:43 +0800 |
commit | 375a5cd4f5ab94d6f204b551c77722ed683dadeb (patch) | |
tree | e9d2b512a3f6d8e8b29e2ac5ec60f489f56be16d /mail | |
parent | b5ee2454a9fac6a55ac52d5e7d5574186cdc03b0 (diff) | |
download | freebsd-ports-gnome-375a5cd4f5ab94d6f204b551c77722ed683dadeb.tar.gz freebsd-ports-gnome-375a5cd4f5ab94d6f204b551c77722ed683dadeb.tar.zst freebsd-ports-gnome-375a5cd4f5ab94d6f204b551c77722ed683dadeb.zip |
- update MASTER_SITE
- adopt new Makefile header
PR: 174915
Submitted by: Brad Davis <brd@FreeBSD.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamd/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile index 2e8f4e0c132a..225b32e3231a 100644 --- a/mail/spamd/Makefile +++ b/mail/spamd/Makefile @@ -1,15 +1,11 @@ -# New ports collection makefile for: spamd -# Date created: 04 April 2007 -# Whom: Max Laier <max@love2party.net> -# +# Created by: Max Laier <max@love2party.net> # $FreeBSD$ -# PORTNAME= spamd PORTVERSION= 4.9.1 CATEGORIES= mail -MASTER_SITES= BERLIOS -MASTER_SITE_SUBDIR=freebsdspamd +MASTER_SITES= SF +MASTER_SITE_SUBDIR=freebsdspamd.berlios MAINTAINER= ohauer@FreeBSD.org COMMENT= Traps spammers with a very slow smtp-login and return 4xx error @@ -53,6 +49,8 @@ SUB_FILES= pkg-install \ SUB_LIST= PREFIX=${PREFIX} \ ${PLIST_SUB} +.include <bsd.port.options.mk> + pre-install: @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL @@ -73,7 +71,7 @@ do-install: @${INSTALL} -d ${ETCDIR} @${INSTALL_DATA} -m 644 ${WRKSRC}/etc/spamd.conf ${ETCDIR}/spamd.conf.sample -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/ipfw-spamd.txt ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/doc/spamdb.txt ${DOCSDIR}/ |