aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 14:58:51 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 14:58:51 +0000
commit1f11b850f7ad8abb9c87bcdc203339e7fff6cafd (patch)
tree9db63770c7e45ede371e9634c222c75ebefcdc5a /news
parentde8645c23b604872fb9a10abe10eeabdda6e07e5 (diff)
downloadports-1f11b850f7ad8abb9c87bcdc203339e7fff6cafd.tar.gz
ports-1f11b850f7ad8abb9c87bcdc203339e7fff6cafd.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/hellanzb/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile
index a2986374e343..8e86dc991f0a 100644
--- a/news/hellanzb/Makefile
+++ b/news/hellanzb/Makefile
@@ -23,8 +23,6 @@ USE_PYDISTUTILS=yes
USES= twisted:run,web
PORTDOCS= CHANGELOG CREDITS README
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
@@ -37,15 +35,10 @@ RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar
.endif
post-install:
- @if [ ! -f ${PREFIX}/etc/hellanzb.conf ]; then \
- ${ECHO} "Installing default configuration file."; \
- ${INSTALL_DATA} ${WRKSRC}/etc/hellanzb.conf.sample ${PREFIX}/etc/hellanzb.conf; \
- fi
-
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
.endif