diff options
-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> |