aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-04-25 21:22:27 +0800
committersobomax <sobomax@FreeBSD.org>2001-04-25 21:22:27 +0800
commitfe2bef30455f1ec2902ae256be83a545b1581706 (patch)
tree9fca66cdf08050af686014c21f4dcaaf9b6b4a8a
parent6647c6116ffdebf86a27ceb1a0775df746500abd (diff)
downloadfreebsd-ports-gnome-fe2bef30455f1ec2902ae256be83a545b1581706.tar.gz
freebsd-ports-gnome-fe2bef30455f1ec2902ae256be83a545b1581706.tar.zst
freebsd-ports-gnome-fe2bef30455f1ec2902ae256be83a545b1581706.zip
Don't use chown root in post-extract target as it makes impossible to build the
port if uid != 0. Submitted by: Jacques Vidrine <n@nectar.com>
-rw-r--r--x11-toolkits/eazel-themes/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/eazel-themes/Makefile b/x11-toolkits/eazel-themes/Makefile
index 3845756ce5d9..620376344468 100644
--- a/x11-toolkits/eazel-themes/Makefile
+++ b/x11-toolkits/eazel-themes/Makefile
@@ -28,7 +28,6 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
post-extract:
- @find ${WRKSRC}/../.. | xargs ${CHOWN} root:wheel
@find ${WRKSRC}/../.. -type f | grep -v eazel-engine | xargs ${CHMOD} 644
@find ${WRKSRC}/../.. -type d | xargs ${CHMOD} 755