aboutsummaryrefslogtreecommitdiff
path: root/x11/fbsd-icons
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-05-31 04:09:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-05-31 04:09:12 +0000
commit34557987a91fe6cdf47146ee9b75998b6033d887 (patch)
tree0c55a45d5018a9ee0421f769fb52cbebed4036b8 /x11/fbsd-icons
parent4645594dd6e9fc1d0541bad3f0245d97f1680fd7 (diff)
downloadports-34557987a91fe6cdf47146ee9b75998b6033d887.tar.gz
ports-34557987a91fe6cdf47146ee9b75998b6033d887.zip
Notes
Diffstat (limited to 'x11/fbsd-icons')
-rw-r--r--x11/fbsd-icons/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fbsd-icons/Makefile b/x11/fbsd-icons/Makefile
index cd88a08aa23e..8a07053f322d 100644
--- a/x11/fbsd-icons/Makefile
+++ b/x11/fbsd-icons/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fbsd-icons
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
@@ -21,6 +22,6 @@ NO_WRKSUBDIR= yes
do-install:
${MKDIR} ${X11BASE}/icons
- ( cd ${X11BASE}/icons; ${TAR} -xzf ${DISTDIR}/fbsd-icons.tar.gz )
+ ( cd ${X11BASE}/icons; ${TAR} --no-same-owner --no-same-permissions -xzf ${DISTDIR}/fbsd-icons.tar.gz )
.include <bsd.port.mk>