diff options
author | mat <mat@FreeBSD.org> | 2013-11-25 22:21:29 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-25 22:21:29 +0800 |
commit | 4030d4879df6e3654551b42feedef68d4f25b4f9 (patch) | |
tree | 7a269798ded598281f59d8cbca4e980cbdb51277 /dns/yadifa | |
parent | e545b33e45f84ffc4070ba24492cc6fff0041d1b (diff) | |
download | freebsd-ports-gnome-4030d4879df6e3654551b42feedef68d4f25b4f9.tar.gz freebsd-ports-gnome-4030d4879df6e3654551b42feedef68d4f25b4f9.tar.zst freebsd-ports-gnome-4030d4879df6e3654551b42feedef68d4f25b4f9.zip |
Fix build.
Reported by: Leo Vandewoestijne
Diffstat (limited to 'dns/yadifa')
-rw-r--r-- | dns/yadifa/Makefile | 2 |
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} |