aboutsummaryrefslogtreecommitdiffstats
path: root/dns/opendd
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-10-22 03:16:24 +0800
committereadler <eadler@FreeBSD.org>2013-10-22 03:16:24 +0800
commitc40fa92be01f1a3638b2d5c8ea5cb2704745d8ff (patch)
treee1a5c7dadcb1d7077c7027c893a75bba2e768e89 /dns/opendd
parent9bcf4026aa4c1253a3c12697bd37d8380e3868ec (diff)
downloadfreebsd-ports-gnome-c40fa92be01f1a3638b2d5c8ea5cb2704745d8ff.tar.gz
freebsd-ports-gnome-c40fa92be01f1a3638b2d5c8ea5cb2704745d8ff.tar.zst
freebsd-ports-gnome-c40fa92be01f1a3638b2d5c8ea5cb2704745d8ff.zip
- By request undeprecate and unmark this port as BROKEN.
- Convert to staging
Diffstat (limited to 'dns/opendd')
-rw-r--r--dns/opendd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/opendd/Makefile b/dns/opendd/Makefile
index 3b0ec4a88c30..49026591c078 100644
--- a/dns/opendd/Makefile
+++ b/dns/opendd/Makefile
@@ -23,7 +23,6 @@ PLIST_FILES= sbin/${PORTNAME} \
"%%ETCDIR%%/${PORTNAME}.pem" \
"@dirrmtry %%ETCDIR%%"
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MRCNG}
@@ -61,7 +60,7 @@ do-install:
${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.default
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.pem ${STAGEDIR}${ETCDIR}
- ${CHMOD} 600 ${STAGEDIR}${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.default
+ ${CHMOD} 600 ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.default
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}