From 1f11b850f7ad8abb9c87bcdc203339e7fff6cafd Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 24 Jun 2014 14:58:51 +0000 Subject: [PATCH] Stagify. Approved by: portmgr@ (blanket approval) --- news/hellanzb/Makefile | 11 ++--------- 1 file 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 @@ -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