aboutsummaryrefslogtreecommitdiff
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
parent75831ff3b73ce0ac4eeef2599f3b27c8b4e4d899 (diff)
downloadports-820425b3b8ad0b28032e7b065923664c15833309.tar.gz
ports-820425b3b8ad0b28032e7b065923664c15833309.zip
Notes
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>