aboutsummaryrefslogtreecommitdiff
path: root/security/denyhosts/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-11-23 06:43:34 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-11-23 06:43:34 +0000
commitcd991849d75d1d2b1fec708234e5163f51502be8 (patch)
tree0ad2ed2233604a3e64a6b82c081c96ffccda884c /security/denyhosts/Makefile
parent91a9c66859d1fb2063363bf8b8df301db4888324 (diff)
downloadports-cd991849d75d1d2b1fec708234e5163f51502be8.tar.gz
ports-cd991849d75d1d2b1fec708234e5163f51502be8.zip
Notes
Diffstat (limited to 'security/denyhosts/Makefile')
-rw-r--r--security/denyhosts/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/denyhosts/Makefile b/security/denyhosts/Makefile
index 9a9f067ec448..36fb4c998d9a 100644
--- a/security/denyhosts/Makefile
+++ b/security/denyhosts/Makefile
@@ -7,6 +7,7 @@
PORTNAME= denyhosts
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,16 +23,16 @@ USE_RC_SUBR= denyhosts
PORTDOCS= CHANGELOG.txt LICENSE.txt README.txt
-pre-configure:
+post-patch:
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
${WRKSRC}/daemon-control-dist \
${WRKSRC}/denyhosts.cfg-dist \
${WRKSRC}/setup.py
post-install:
- ${INSTALL_DATA} ${WRKSRC}/denyhosts.cfg-dist ${PREFIX}/etc
- [ -f ${PREFIX}/etc/denyhosts.cfg ] || \
- ${INSTALL_DATA} ${WRKSRC}/denyhosts.cfg-dist ${PREFIX}/etc/denyhosts.cfg
+ ${INSTALL_DATA} ${WRKSRC}/denyhosts.cfg-dist ${PREFIX}/etc/denyhosts.conf-dist
+ [ -f ${PREFIX}/etc/denyhosts.conf ] || \
+ ${INSTALL_DATA} ${WRKSRC}/denyhosts.cfg-dist ${PREFIX}/etc/denyhosts.conf
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}