aboutsummaryrefslogtreecommitdiffstats
path: root/dns/yadifa/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-11-30 00:06:07 +0800
committermat <mat@FreeBSD.org>2013-11-30 00:06:07 +0800
commitf528d134e0e166285844904b5268b0cf60fec8d3 (patch)
tree4c51152e9684773aeda3c4934dc9b53f7fd786e2 /dns/yadifa/Makefile
parent6aad6c53bae3a8f1ff73b994ead7a7db3df149e1 (diff)
downloadfreebsd-ports-gnome-f528d134e0e166285844904b5268b0cf60fec8d3.tar.gz
freebsd-ports-gnome-f528d134e0e166285844904b5268b0cf60fec8d3.tar.zst
freebsd-ports-gnome-f528d134e0e166285844904b5268b0cf60fec8d3.zip
Always install DOCS so that we don't parse bsd.port.mk twice, fixup stupid make
makeplist.
Diffstat (limited to 'dns/yadifa/Makefile')
-rw-r--r--dns/yadifa/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/dns/yadifa/Makefile b/dns/yadifa/Makefile
index 85768f7b9737..ec2e3dcd5c7f 100644
--- a/dns/yadifa/Makefile
+++ b/dns/yadifa/Makefile
@@ -31,14 +31,10 @@ post-configure:
${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${EXAMPLESDIR}|' ${WRKSRC}/etc/Makefile
${REINPLACE_CMD} -e 's|/usr/local/var|/var|' -e 's|/var/zones|/var/${PORTNAME}|' ${WRKSRC}/etc/yadifad.conf.example
-.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}
-.endif
@${MV} ${STAGEDIR}/var/zones ${STAGEDIR}/var/${PORTNAME}
.include <bsd.port.mk>