From ba6918d110306cbaa0a734d458be93c7f15703e3 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Mon, 9 Jun 2014 15:41:12 +0000 Subject: - Stagify. --- x11-clocks/asclock-xlib/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'x11-clocks/asclock-xlib') 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 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 -- cgit v1.2.3