svn commit: r334852 - head/dns/yadifa
Mathieu Arnold
mat at FreeBSD.org
Mon Nov 25 14:21:30 UTC 2013
Author: mat
Date: Mon Nov 25 14:21:29 2013
New Revision: 334852
URL: http://svnweb.freebsd.org/changeset/ports/334852
Log:
Fix build.
Reported by: Leo Vandewoestijne
Modified:
head/dns/yadifa/Makefile
Modified: head/dns/yadifa/Makefile
==============================================================================
--- head/dns/yadifa/Makefile Mon Nov 25 14:15:32 2013 (r334851)
+++ head/dns/yadifa/Makefile Mon Nov 25 14:21:29 2013 (r334852)
@@ -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}
More information about the svn-ports-all
mailing list