Fri Feb 26 14:01:09 2016 UTC ()
Fix pax arguments.


(jperkin)
diff -r1.4 -r1.5 pkgsrc/graphics/elementary-xfce-icon-theme/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/graphics/elementary-xfce-icon-theme/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/elementary-xfce-icon-theme/Makefile 2015/11/25 12:50:43 1.4
+++ pkgsrc/graphics/elementary-xfce-icon-theme/Makefile 2016/02/26 14:01:09 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2015/11/25 12:50:43 jperkin Exp $ 1# $NetBSD: Makefile,v 1.5 2016/02/26 14:01:09 jperkin Exp $
2 2
3GHCOMMIT= a0b2b19231c3383f77f106d9cdacb2d148519cfd 3GHCOMMIT= a0b2b19231c3383f77f106d9cdacb2d148519cfd
4DISTNAME= ${GHCOMMIT} 4DISTNAME= ${GHCOMMIT}
5PKGNAME= elementary-xfce-icon-theme-0.6 5PKGNAME= elementary-xfce-icon-theme-0.6
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_GITHUB:=shimmerproject/elementary-xfce/archive/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=shimmerproject/elementary-xfce/archive/}
8 8
9MAINTAINER= youri@NetBSD.org 9MAINTAINER= youri@NetBSD.org
10HOMEPAGE= https://github.com/shimmerproject/elementary-xfce 10HOMEPAGE= https://github.com/shimmerproject/elementary-xfce
11COMMENT= Elementary icons forked, extended and maintained for Xfce 11COMMENT= Elementary icons forked, extended and maintained for Xfce
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14NO_BUILD= YES 14NO_BUILD= YES
@@ -18,18 +18,17 @@ USE_TOOLS+= pax @@ -18,18 +18,17 @@ USE_TOOLS+= pax
18WRKSRC= ${WRKDIR}/elementary-xfce-${GHCOMMIT} 18WRKSRC= ${WRKDIR}/elementary-xfce-${GHCOMMIT}
19 19
20FILES_SUBST+= GTK_UPDATE_ICON_CACHE="${LOCALBASE}/bin/gtk-update-icon-cache" 20FILES_SUBST+= GTK_UPDATE_ICON_CACHE="${LOCALBASE}/bin/gtk-update-icon-cache"
21FILES_SUBST+= ICON_THEME_DIR="${PREFIX}/share/icons" 21FILES_SUBST+= ICON_THEME_DIR="${PREFIX}/share/icons"
22INSTALL_TEMPLATES+= ../../graphics/elementary-xfce-icon-theme/files/icon-cache.tmpl 22INSTALL_TEMPLATES+= ../../graphics/elementary-xfce-icon-theme/files/icon-cache.tmpl
23DEINSTALL_TEMPLATES+= ../../graphics/elementary-xfce-icon-theme/files/icon-cache.tmpl 23DEINSTALL_TEMPLATES+= ../../graphics/elementary-xfce-icon-theme/files/icon-cache.tmpl
24PRINT_PLIST_AWK+= /^share\/icons\/elementary-xfce\/icon-theme.cache$$/ { next; } 24PRINT_PLIST_AWK+= /^share\/icons\/elementary-xfce\/icon-theme.cache$$/ { next; }
25PRINT_PLIST_AWK+= /^share\/icons\/elementary-xfce-dark\/icon-theme.cache$$/ { next; } 25PRINT_PLIST_AWK+= /^share\/icons\/elementary-xfce-dark\/icon-theme.cache$$/ { next; }
26PRINT_PLIST_AWK+= /^share\/icons\/elemantary-xfce-darker\/icon-theme.cache$$/ { next; } 26PRINT_PLIST_AWK+= /^share\/icons\/elemantary-xfce-darker\/icon-theme.cache$$/ { next; }
27 27
28INSTALLATION_DIRS+= share/icons 28INSTALLATION_DIRS+= share/icons
29 29
30do-install: 30do-install:
31 cd ${WRKSRC} && pax -rw -pe e* ${DESTDIR}${PREFIX}/share/icons/ 31 cd ${WRKSRC} && ${PAX} -rw -pm e* ${DESTDIR}${PREFIX}/share/icons/
32 
33 32
34.include "../../graphics/gnome-icon-theme/buildlink3.mk" 33.include "../../graphics/gnome-icon-theme/buildlink3.mk"
35.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"