aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-27 11:46:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-27 11:46:37 +0000
commit4782026246c1f7a28491910cdb51d20e77c50692 (patch)
tree21aeb1add9d94172449268c301b281e865d51dde /x11-themes
parentbb8c348fcac1712d1571d26fe971d7b481198480 (diff)
downloadports-4782026246c1f7a28491910cdb51d20e77c50692.tar.gz
ports-4782026246c1f7a28491910cdb51d20e77c50692.zip
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fluxbox-tenr-styles-pack/Makefile5
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>