diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-14 08:02:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-14 08:02:17 +0800 |
commit | 1d3a16813b049f1729919765ed0d95b12f1db722 (patch) | |
tree | 45a0f44d9fb4843872cc24d5d4239a081cdffc45 /x11/wmmatrix | |
parent | 0ae8abb777f493c50e9db13effbedd598e2deab5 (diff) | |
download | freebsd-ports-gnome-1d3a16813b049f1729919765ed0d95b12f1db722.tar.gz freebsd-ports-gnome-1d3a16813b049f1729919765ed0d95b12f1db722.tar.zst freebsd-ports-gnome-1d3a16813b049f1729919765ed0d95b12f1db722.zip |
Support stage
Diffstat (limited to 'x11/wmmatrix')
-rw-r--r-- | x11/wmmatrix/Makefile | 3 |
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> |