Date: Tue, 24 Jun 2014 14:58:51 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359092 - head/news/hellanzb Message-ID: <201406241458.s5OEwpqV062196@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406241458.s5OEwpqV062196>