summaryrefslogtreecommitdiff
path: root/astro/xephem
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-10-11 08:36:46 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-10-11 08:36:46 +0000
commit820425b3b8ad0b28032e7b065923664c15833309 (patch)
treee94e43035aa59691bd75803b6bd4473e22ed2ea1 /astro/xephem
parent- unbreak it by removing RUBY_VER= 16 and adding a patch (diff)
- Fix wrong ownership on some installed files
PR: ports/104279 Submitted by: Josh Paetzel <josh at tcbug.org> (maintainer) Approved by: portmgr (erwin)
Notes
Notes: svn path=/head/; revision=175212
Diffstat (limited to 'astro/xephem')
-rw-r--r--astro/xephem/Makefile3
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>