svn commit: r359053 - head/net/wmpiki

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 24 07:43:21 UTC 2014


Author: vanilla
Date: Tue Jun 24 07:43:20 2014
New Revision: 359053
URL: http://svnweb.freebsd.org/changeset/ports/359053
QAT: https://qat.redports.org/buildarchive/r359053/

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

Modified:
  head/net/wmpiki/Makefile

Modified: head/net/wmpiki/Makefile
==============================================================================
--- head/net/wmpiki/Makefile	Tue Jun 24 07:40:14 2014	(r359052)
+++ head/net/wmpiki/Makefile	Tue Jun 24 07:43:20 2014	(r359053)
@@ -15,7 +15,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 USE_XORG=	xpm
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/X11R6|$$(LOCALBASE)|g' \
 		-e 's|/include/X11|/include|g' \
@@ -28,12 +27,11 @@ post-patch:
 		${WRKSRC}/config.example
 
 do-install:
-
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/config.example ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/config.example ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 .endif
-	${INSTALL_PROGRAM} ${WRKSRC}/wmpiki ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/wmpiki ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list