From 34557987a91fe6cdf47146ee9b75998b6033d887 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 31 May 2004 04:09:12 +0000 Subject: x11/fbsd-icons installs files with invalid uid and gid x11/fbsd-icons installs files with invalid uid and gid. This is caused by installing the files directly from an archive. Tar with a root priviledge preserves owners and permissions by default. PR: ports/67396 Submitted by: Taoka Fumiyoshi --- x11/fbsd-icons/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/fbsd-icons') 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 -- cgit v1.2.3