aboutsummaryrefslogtreecommitdiff
path: root/x11/wmmatrix
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-14 00:02:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-14 00:02:17 +0000
commit1c84ae2d20ad46dc7d8700e8344fbf383c672603 (patch)
tree45a0f44d9fb4843872cc24d5d4239a081cdffc45 /x11/wmmatrix
parentc1208644ca35400486a42fc4f3063e6cf0d951e6 (diff)
downloadports-1c84ae2d20ad46dc7d8700e8344fbf383c672603.tar.gz
ports-1c84ae2d20ad46dc7d8700e8344fbf383c672603.zip
Support stage
Notes
Notes: svn path=/head/; revision=336404
Diffstat (limited to 'x11/wmmatrix')
-rw-r--r--x11/wmmatrix/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile
index 2a4980f7e6a5..c55ed9d957e2 100644
--- a/x11/wmmatrix/Makefile
+++ b/x11/wmmatrix/Makefile
@@ -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>