Date: Mon, 25 Nov 2013 14:21:30 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334852 - head/dns/yadifa Message-ID: <201311251421.rAPELUl7072418@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311251421.rAPELUl7072418>