aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/beastie/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-27 05:41:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-27 05:41:50 +0000
commit4b9719a94403dbbb949f198b129f43204bf7b2be (patch)
tree81bb6c42c7156e9c92349f231b1c04e9c7c21d8e /x11-themes/beastie/Makefile
parent977925e87e44205102e4b86d17aba5bf439d4c79 (diff)
downloadports-4b9719a94403dbbb949f198b129f43204bf7b2be.tar.gz
ports-4b9719a94403dbbb949f198b129f43204bf7b2be.zip
Notes
Diffstat (limited to 'x11-themes/beastie/Makefile')
-rw-r--r--x11-themes/beastie/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile
index b9dde8613850..f3c7f2a3360f 100644
--- a/x11-themes/beastie/Makefile
+++ b/x11-themes/beastie/Makefile
@@ -25,13 +25,12 @@ THEME_DIR= share/themes/Beastie/
PLIST_FILES= ${THEME_FILES:S|^|${THEME_DIR}|}
PLIST_DIRS= ${THEME_DIR}/gtk-2.0 ${THEME_DIR}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:
- ${MKDIR} ${PREFIX}/${THEME_DIR}/gtk-2.0
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${THEME_DIR}/gtk-2.0
.for f in ${THEME_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${THEME_DIR}/${f}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${THEME_DIR}/${f}
.endfor
.include <bsd.port.post.mk>