Date: Wed, 2 Jan 2013 23:36:44 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309849 - head/mail/spamd Message-ID: <201301022336.r02NaiEu087259@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Wed Jan 2 23:36:43 2013 New Revision: 309849 URL: http://svnweb.freebsd.org/changeset/ports/309849 Log: - update MASTER_SITE - adopt new Makefile header PR: 174915 Submitted by: Brad Davis <brd@FreeBSD.org> Modified: head/mail/spamd/Makefile (contents, props changed) Modified: head/mail/spamd/Makefile ============================================================================== --- head/mail/spamd/Makefile Wed Jan 2 23:15:32 2013 (r309848) +++ head/mail/spamd/Makefile Wed Jan 2 23:36:43 2013 (r309849) @@ -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}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301022336.r02NaiEu087259>