Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 00:02:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336404 - head/x11/wmmatrix
Message-ID:  <201312140002.rBE02Im5090440@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312140002.rBE02Im5090440>