aboutsummaryrefslogtreecommitdiff
path: root/dns/yadifa
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-11-25 14:21:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-11-25 14:21:29 +0000
commit2e5eaf89c9f1e96de1f843a5a5ad145b7623dd03 (patch)
tree7a269798ded598281f59d8cbca4e980cbdb51277 /dns/yadifa
parentf4fcb9a89cf12fcf74bda0bfe8de691151bedede (diff)
downloadports-2e5eaf89c9f1e96de1f843a5a5ad145b7623dd03.tar.gz
ports-2e5eaf89c9f1e96de1f843a5a5ad145b7623dd03.zip
Fix build.
Reported by: Leo Vandewoestijne
Notes
Notes: svn path=/head/; revision=334852
Diffstat (limited to 'dns/yadifa')
-rw-r--r--dns/yadifa/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/yadifa/Makefile b/dns/yadifa/Makefile
index 26e7f504e5c0..85768f7b9737 100644
--- a/dns/yadifa/Makefile
+++ b/dns/yadifa/Makefile
@@ -3,6 +3,7 @@
PORTNAME= yadifa
PORTVERSION= 1.0.3
+PORTREVISION= 1
DISTVERSIONSUFFIX= -2880
CATEGORIES= dns ipv6
MASTER_SITES= http://cdn.yadifa.eu/sites/default/files/releases/
@@ -33,6 +34,7 @@ post-configure:
.include <bsd.port.options.mk>
post-install:
+ ${INSTALL_DATA} ${WRKSRC}/etc/yadifad.conf.example ${STAGEDIR}${PREFIX}/etc/
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}