--- metacity-theme-microgui/Makefile 2013-09-20 16:54:03.000000000 -0700 +++ metacity-theme-microgui/Makefile 2013-01-20 17:02:59.000000000 -0800 @@ -20,6 +20,5 @@ WRKSRC= ${WRKDIR}/microGUI -NO_STAGE= yes .include "${.CURDIR}/../metacity-themes/Makefile.metacity" .include --- metacity-themes/Makefile 2013-09-20 16:54:03.000000000 -0700 +++ metacity-themes/Makefile 2013-11-11 21:30:26.000000000 -0800 @@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/themes/microgui/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-microgui NO_BUILD= yes +NO_MTREE= yes do-install: # Empty -NO_STAGE= yes .include --- metacity-themes/Makefile.metacity 2012-07-14 07:29:18.000000000 -0700 +++ metacity-themes/Makefile.metacity 2013-11-11 21:17:01.000000000 -0800 @@ -9,10 +9,10 @@ Keep FreeBSD safe if the theme author violated copyrights. do-install: - ${MKDIR} ${PREFIX}/share/themes/${PORTNAME} + ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/${PORTNAME} cd ${WRKSRC} && ${FIND} . -type d ! -empty \ -exec ${MKDIR} -m 0755 \ - ${PREFIX}/share/themes/${PORTNAME}/"{}" \; + ${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \; cd ${WRKSRC} && ${FIND} . -type f \ -exec ${INSTALL_DATA} ${WRKSRC}/"{}" \ - ${PREFIX}/share/themes/${PORTNAME}/"{}" \; + ${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \; --- metacity-themes/pkg-plist 2012-07-14 07:29:18.000000000 -0700 +++ metacity-themes/pkg-plist 1969-12-31 16:00:00.000000000 -0800 @@ -1, +0,0 @@ -@comment this plist left empty intentionaly