diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-27 11:46:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-27 11:46:37 +0000 |
commit | 4782026246c1f7a28491910cdb51d20e77c50692 (patch) | |
tree | 21aeb1add9d94172449268c301b281e865d51dde | |
parent | bb8c348fcac1712d1571d26fe971d7b481198480 (diff) | |
download | ports-4782026246c1f7a28491910cdb51d20e77c50692.tar.gz ports-4782026246c1f7a28491910cdb51d20e77c50692.zip |
Notes
-rw-r--r-- | x11-themes/fluxbox-tenr-styles-pack/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/fluxbox-tenr-styles-pack/Makefile b/x11-themes/fluxbox-tenr-styles-pack/Makefile index e7b30c3462c0..8d345a1e74e9 100644 --- a/x11-themes/fluxbox-tenr-styles-pack/Makefile +++ b/x11-themes/fluxbox-tenr-styles-pack/Makefile @@ -21,9 +21,8 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/tenr.de-styles-pkg -NO_STAGE= yes do-install: - ${MKDIR} ${INSTALL_DIR} - cd ${WRKSRC}; ${COPYTREE_SHARE} \* ${INSTALL_DIR} + ${MKDIR} ${STAGEDIR}${INSTALL_DIR} + cd ${WRKSRC}; ${COPYTREE_SHARE} \* ${STAGEDIR}${INSTALL_DIR} .include <bsd.port.mk> |