diff options
author | gahr <gahr@FreeBSD.org> | 2010-07-05 17:18:10 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-07-05 17:18:10 +0800 |
commit | 9fd44cb83a3af7c6d60499dc9cba403702605866 (patch) | |
tree | 0dbaf2025cd773963316fcadfe9b270e12412ce2 | |
parent | be37aae36ffba3a954f5b15a8cd62c1fc9391296 (diff) | |
download | freebsd-ports-gnome-9fd44cb83a3af7c6d60499dc9cba403702605866.tar.gz freebsd-ports-gnome-9fd44cb83a3af7c6d60499dc9cba403702605866.tar.zst freebsd-ports-gnome-9fd44cb83a3af7c6d60499dc9cba403702605866.zip |
- Fix ownerships on installed theme files
Reported by: "George L. Yermulnik" <yz@yz.kiev.ua> (via private e-mail)
Feature safe: yes
-rw-r--r-- | x11-wm/e16/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index d5c0d0fb6ff5..a457082cf723 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -48,4 +48,8 @@ post-patch: ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in .endif +post-patch: + ${REINPLACE_CMD} -e 's|$$(USER)|${SHAREOWN}:${SHAREGRP}|g' \ + ${WRKSRC}/themes/Makefile.am ${WRKSRC}/themes/Makefile.in + .include <bsd.port.mk> |