diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-25 13:22:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-25 13:22:27 +0000 |
commit | 6878c37454c1abe0f005e48317b317a61999659d (patch) | |
tree | f4cd8017dbbc165bb3eae067d5de077e6f85bcab | |
parent | PostGreSQL 7.1 can install in two places, either ${PREFIX} (hier(7)) or (diff) |
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>
Notes
Notes:
svn path=/head/; revision=41894
-rw-r--r-- | x11-toolkits/eazel-themes/Makefile | 1 |
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 |