View | Details | Raw Unified | Return to bug 183915
Collapse All | Expand All

(-)metacity-theme-microgui/Makefile (-1 lines)
Lines 20-25 Link Here
20
20
21
WRKSRC=		${WRKDIR}/microGUI
21
WRKSRC=		${WRKDIR}/microGUI
22
22
23
NO_STAGE=	yes
24
.include "${.CURDIR}/../metacity-themes/Makefile.metacity"
23
.include "${.CURDIR}/../metacity-themes/Makefile.metacity"
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)metacity-themes/Makefile (-1 / +1 lines)
Lines 18-25 Link Here
18
RUN_DEPENDS=	${LOCALBASE}/share/themes/microgui/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-microgui
18
RUN_DEPENDS=	${LOCALBASE}/share/themes/microgui/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-microgui
19
19
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
NO_MTREE=	yes
21
22
22
do-install:    # Empty
23
do-install:    # Empty
23
24
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)metacity-themes/Makefile.metacity (-3 / +3 lines)
Lines 9-18 Link Here
9
	Keep FreeBSD safe if the theme author violated copyrights.
9
	Keep FreeBSD safe if the theme author violated copyrights.
10
10
11
do-install:
11
do-install:
12
	${MKDIR} ${PREFIX}/share/themes/${PORTNAME}
12
	${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}
13
	cd ${WRKSRC} && ${FIND} . -type d ! -empty \
13
	cd ${WRKSRC} && ${FIND} . -type d ! -empty \
14
		-exec ${MKDIR} -m 0755 \
14
		-exec ${MKDIR} -m 0755 \
15
		${PREFIX}/share/themes/${PORTNAME}/"{}" \;
15
		${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \;
16
	cd ${WRKSRC} && ${FIND} . -type f \
16
	cd ${WRKSRC} && ${FIND} . -type f \
17
		-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
17
		-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
18
		${PREFIX}/share/themes/${PORTNAME}/"{}" \;
18
		${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \;
(-)metacity-themes/pkg-plist (-1 lines)
Line 1 Link Here
1
@comment this plist left empty intentionaly

Return to bug 183915