aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-10 02:58:33 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-10 02:58:33 +0000
commit178d590d92058c057ac19ae85068200753386793 (patch)
treee81a09ff84adf9c5eac6c927ef9887420e79cbb0 /dns
parent4ded1ac52894db9b9e6f662572ab52a466e2cfe6 (diff)
downloadports-178d590d92058c057ac19ae85068200753386793.tar.gz
ports-178d590d92058c057ac19ae85068200753386793.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/rbldnsd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/dns/rbldnsd/Makefile b/dns/rbldnsd/Makefile
index d330fe6ddbbc..82d543ac20e9 100644
--- a/dns/rbldnsd/Makefile
+++ b/dns/rbldnsd/Makefile
@@ -7,12 +7,13 @@
PORTNAME= rbldnsd
PORTVERSION= 0.996b
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.corpit.ru/mjt/rbldnsd/:0 \
http://www.it.ca/~paul/src/:0
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}:0
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= alexey@renatasystems.org
COMMENT= Small and fast DNS daemon especially for DNSBL zones
.if !defined(NOPORTDOCS)
@@ -42,13 +43,14 @@ do-install:
@if [ ! -d ${ROOTDIR} ]; then \
${MKDIR} ${ROOTDIR}; \
${CHMOD} 710 ${ROOTDIR}; \
- ${CHGRP} ${RBLDNSGROUP} ${ROOTDIR}; \
+ ${CHOWN} ${RBLDNSUSER}:${RBLDNSGROUP} ${ROOTDIR}; \
fi
- @${INSTALL_DATA} -g ${RBLDNSUSER} -m 640 ${FILESDIR}/example ${PREFIX}/etc/rbldnsd/
+ @${INSTALL_DATA} -o ${RBLDNSUSER} -g ${RBLDNSGROUP} -m 640 \
+ ${FILESDIR}/example ${PREFIX}/etc/rbldnsd/
@${INSTALL_PROGRAM} ${WRKSRC}/rbldnsd ${PREFIX}/sbin/
@${INSTALL_MAN} ${WRKSRC}/rbldnsd.8 ${PREFIX}/man/man8/
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}/
@${INSTALL_DATA} ${WRKSRC}/CHANGES-0.81 ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}