svn commit: r359092 - head/news/hellanzb

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 24 14:58:51 UTC 2014


Author: vanilla
Date: Tue Jun 24 14:58:51 2014
New Revision: 359092
URL: http://svnweb.freebsd.org/changeset/ports/359092
QAT: https://qat.redports.org/buildarchive/r359092/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/news/hellanzb/Makefile

Modified: head/news/hellanzb/Makefile
==============================================================================
--- head/news/hellanzb/Makefile	Tue Jun 24 14:49:43 2014	(r359091)
+++ head/news/hellanzb/Makefile	Tue Jun 24 14:58:51 2014	(r359092)
@@ -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}/archiver
 .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
 


More information about the svn-ports-head mailing list