diff options
author | rafan <rafan@FreeBSD.org> | 2006-10-11 16:36:46 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-10-11 16:36:46 +0800 |
commit | fdf2f7c8cf05c4cd6fc2d2cda12617bc48de7fc8 (patch) | |
tree | 246889df7b948b5dd1769c0e847095d809228764 /astro/xephem | |
parent | 3aaad8617b8032d27b3b9a5a517cba4f7e5cc609 (diff) | |
download | freebsd-ports-gnome-fdf2f7c8cf05c4cd6fc2d2cda12617bc48de7fc8.tar.gz freebsd-ports-gnome-fdf2f7c8cf05c4cd6fc2d2cda12617bc48de7fc8.tar.zst freebsd-ports-gnome-fdf2f7c8cf05c4cd6fc2d2cda12617bc48de7fc8.zip |
- Fix wrong ownership on some installed files
PR: ports/104279
Submitted by: Josh Paetzel <josh at tcbug.org> (maintainer)
Approved by: portmgr (erwin)
Diffstat (limited to 'astro/xephem')
-rw-r--r-- | astro/xephem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 5264b5d026b8..807d5784f6f4 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -7,6 +7,7 @@ PORTNAME= xephem PORTVERSION= 3.7.1 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= # http://www.clearskyinstitute.com/xephem/ @@ -62,7 +63,7 @@ do-install: @${MKDIR} ${PREFIX}/lib/X11/xephem ${TAR} -C ${WRKSRC} -cf - auxil catalogs fifos fits gallery help lo tools \ | ${TAR} -C ${PREFIX}/lib/X11/xephem --unlink -xf - - @${FIND} ${PREFIX}/lib/X11/xephem | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREMODE} + @${FIND} ${PREFIX}/lib/X11/xephem | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGROUP} @${FIND} ${PREFIX}/lib/X11/xephem -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .include <bsd.port.post.mk> |