svn commit: r336404 - head/x11/wmmatrix

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 14 00:02:18 UTC 2013


Author: bapt
Date: Sat Dec 14 00:02:17 2013
New Revision: 336404
URL: http://svnweb.freebsd.org/changeset/ports/336404

Log:
  Support stage

Modified:
  head/x11/wmmatrix/Makefile

Modified: head/x11/wmmatrix/Makefile
==============================================================================
--- head/x11/wmmatrix/Makefile	Sat Dec 14 00:01:06 2013	(r336403)
+++ head/x11/wmmatrix/Makefile	Sat Dec 14 00:02:17 2013	(r336404)
@@ -19,8 +19,7 @@ USES=		gmake
 USE_XORG=	xpm
 ALL_TARGET=	clean all
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix
+	${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${STAGEDIR}${PREFIX}/bin/wmmatrix
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list