mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- update MASTER_SITE
- adopt new Makefile header PR: 174915 Submitted by: Brad Davis <brd@FreeBSD.org>
This commit is contained in:
parent
c7fc4415cc
commit
81824bdcd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309849
@ -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}/
|
||||
|
Loading…
Reference in New Issue
Block a user