diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-14 00:02:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-14 00:02:17 +0000 |
commit | 1c84ae2d20ad46dc7d8700e8344fbf383c672603 (patch) | |
tree | 45a0f44d9fb4843872cc24d5d4239a081cdffc45 /x11/wmmatrix | |
parent | c1208644ca35400486a42fc4f3063e6cf0d951e6 (diff) | |
download | ports-1c84ae2d20ad46dc7d8700e8344fbf383c672603.tar.gz ports-1c84ae2d20ad46dc7d8700e8344fbf383c672603.zip |
Notes
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> |