diff options
Diffstat (limited to 'x11-themes/cursor-jimmac-theme/Makefile')
-rw-r--r-- | x11-themes/cursor-jimmac-theme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/cursor-jimmac-theme/Makefile b/x11-themes/cursor-jimmac-theme/Makefile index 37cfd0a370aa..4ea0a3dbbfbc 100644 --- a/x11-themes/cursor-jimmac-theme/Makefile +++ b/x11-themes/cursor-jimmac-theme/Makefile @@ -3,7 +3,7 @@ PORTNAME= cursor-jimmac-theme PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/ DISTNAME= 6550-Jimmac @@ -16,8 +16,8 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/Jimmac do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Jimmac/cursors + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/Jimmac/cursors cd ${WRKSRC}/jimmac/cursors \ - && ${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/lib/X11/icons/Jimmac/cursors + && ${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/share/icons/Jimmac/cursors .include <bsd.port.mk> |