summaryrefslogtreecommitdiff
path: root/graphics/elementary-xfce-icon-theme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/elementary-xfce-icon-theme/Makefile')
-rw-r--r--graphics/elementary-xfce-icon-theme/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/elementary-xfce-icon-theme/Makefile b/graphics/elementary-xfce-icon-theme/Makefile
index b961cdcdf9d..7c09a32126f 100644
--- a/graphics/elementary-xfce-icon-theme/Makefile
+++ b/graphics/elementary-xfce-icon-theme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/11/25 12:50:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2016/02/26 14:01:09 jperkin Exp $
GHCOMMIT= a0b2b19231c3383f77f106d9cdacb2d148519cfd
DISTNAME= ${GHCOMMIT}
@@ -28,8 +28,7 @@ PRINT_PLIST_AWK+= /^share\/icons\/elemantary-xfce-darker\/icon-theme.cache$$/ {
INSTALLATION_DIRS+= share/icons
do-install:
- cd ${WRKSRC} && pax -rw -pe e* ${DESTDIR}${PREFIX}/share/icons/
-
+ cd ${WRKSRC} && ${PAX} -rw -pm e* ${DESTDIR}${PREFIX}/share/icons/
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"