aboutsummaryrefslogtreecommitdiff
path: root/astro/xearth/Makefile
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2003-08-15 16:24:21 +0000
committerCeri Davies <ceri@FreeBSD.org>2003-08-15 16:24:21 +0000
commit450dc48405ee086c976742194bafdec3c9ff82d0 (patch)
tree6e15f7e9c94c1a441f665280b78119f75347d1e9 /astro/xearth/Makefile
parent7f4bf1575fa0dfcfb1ebf56e815c143da7795d65 (diff)
downloadports-450dc48405ee086c976742194bafdec3c9ff82d0.tar.gz
ports-450dc48405ee086c976742194bafdec3c9ff82d0.zip
Notes
Diffstat (limited to 'astro/xearth/Makefile')
-rw-r--r--astro/xearth/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile
index 5fc48ca22076..476f81689ece 100644
--- a/astro/xearth/Makefile
+++ b/astro/xearth/Makefile
@@ -7,11 +7,11 @@
PORTNAME= xearth
PORTVERSION= 1.1
-CATEGORIES= astro x11
+CATEGORIES= astro
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \
ftp://ftp.cs.colorado.edu/users/tuna/ \
${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= applications
+MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
COMMENT= Set the root window to the image of earth
@@ -23,8 +23,8 @@ MAN1= xearth.1
# Copy the list of FreeBSD sites & committers locations
post-install:
@${MKDIR} ${PREFIX}/lib/X11/xearth
-.for file in freebsd.committers.markers freebsd.ftp.markers
- @${INSTALL_DATA} ${FILESDIR}/${file} ${PREFIX}/lib/X11/xearth
+.for marker in freebsd.committers.markers freebsd.ftp.markers
+ @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth
.endfor
.include <bsd.port.mk>