svn commit: r358904 - head/net/glflow

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 23 08:36:32 UTC 2014


Author: vanilla
Date: Mon Jun 23 08:36:31 2014
New Revision: 358904
URL: http://svnweb.freebsd.org/changeset/ports/358904
QAT: https://qat.redports.org/buildarchive/r358904/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/net/glflow/Makefile

Modified: head/net/glflow/Makefile
==============================================================================
--- head/net/glflow/Makefile	Mon Jun 23 08:32:49 2014	(r358903)
+++ head/net/glflow/Makefile	Mon Jun 23 08:36:31 2014	(r358904)
@@ -19,12 +19,11 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-0.1
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-debug --with-hash=md4
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/glflow ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/glflow ${STAGEDIR}${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list