svn commit: r332218 - head/www/bins

John Marino marino at FreeBSD.org
Thu Oct 31 10:03:21 UTC 2013


Author: marino
Date: Thu Oct 31 10:03:20 2013
New Revision: 332218
URL: http://svnweb.freebsd.org/changeset/ports/332218

Log:
  www/bins: revert recent stage changes to unbreak port
  
  The previous two commits intended to support stage, but weren't tested.
  Rather than mark the port broken, they have been reverted.
  
  PR:		ports/183013
  Approved by:	maintainer timeout

Modified:
  head/www/bins/Makefile

Modified: head/www/bins/Makefile
==============================================================================
--- head/www/bins/Makefile	Thu Oct 31 09:04:30 2013	(r332217)
+++ head/www/bins/Makefile	Thu Oct 31 10:03:20 2013	(r332218)
@@ -30,6 +30,7 @@ USES=		perl5
 USE_PERL5=	run
 USE_BZIP2=	yes
 NO_BUILD=	yes
+NO_STAGE=	yes
 
 # additional scripts
 BINS_SCRIPTS=	tools/bins_txt2xml
@@ -53,12 +54,12 @@ do-install:
 
 post-install:
 .for file in ${BINS_SCRIPTS}
-	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
+	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
 .endfor
 .ifndef(NOPORTDOCS)
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 .for ext in ${DOC_EXTS}
-	@${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
 .endfor
 .endif
 


More information about the svn-ports-head mailing list