aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/asclock-xlib
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2014-06-09 15:41:12 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2014-06-09 15:41:12 +0000
commitba6918d110306cbaa0a734d458be93c7f15703e3 (patch)
tree9ca778c5dac48f2fc0625ddce5cef850420668ff /x11-clocks/asclock-xlib
parent1efc3f8bffb6f5e13f8a92174e3f12678410a668 (diff)
downloadports-ba6918d110306cbaa0a734d458be93c7f15703e3.tar.gz
ports-ba6918d110306cbaa0a734d458be93c7f15703e3.zip
Notes
Diffstat (limited to 'x11-clocks/asclock-xlib')
-rw-r--r--x11-clocks/asclock-xlib/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile
index 2295e3e39397..db99d6b83c82 100644
--- a/x11-clocks/asclock-xlib/Makefile
+++ b/x11-clocks/asclock-xlib/Makefile
@@ -21,7 +21,6 @@ IS_INTERACTIVE= YES
HAS_CONFIGURE= YES
.endif
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
@@ -39,9 +38,8 @@ pre-configure:
post-install:
.for i in Freeamp Newstone Orb Stone beats classic penguin shaped
(cd ${WRKSRC}/themes/${i}; \
- ${MKDIR} ${PREFIX}/share/asclock/${i}; \
- ${INSTALL_DATA} *.xpm config ${PREFIX}/share/asclock/${i}/ )
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/asclock/${i}; \
+ ${INSTALL_DATA} *.xpm config ${STAGEDIR}${PREFIX}/share/asclock/${i}/ )
.endfor
- cd ${WRKSRC} && ${MAKE} install.man
.include <bsd.port.post.mk>