summaryrefslogtreecommitdiff
path: root/astro/xearth
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-15 22:35:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-15 22:35:10 +0000
commita3dbd66287184164681fc124c2e60f8e3b5a3f1d (patch)
treec411c765e75b183555097debe1d083cbb089248a /astro/xearth
parentattach new ports (diff)
CATAGORIES+= -> CATAGORIES=
Notes
Notes: svn path=/head/; revision=4496
Diffstat (limited to 'astro/xearth')
-rw-r--r--astro/xearth/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile
index 9cec022f3a40..d7df37ab236c 100644
--- a/astro/xearth/Makefile
+++ b/astro/xearth/Makefile
@@ -3,19 +3,19 @@
# Date created: 29 October 1995
# Whom: piero
#
-# $Id: Makefile,v 1.6 1996/03/29 05:28:13 asami Exp $
+# $Id: Makefile,v 1.7 1996/10/31 10:45:39 asami Exp $
#
DISTNAME= xearth-1.0
-CATEGORIES+= astro x11
+CATEGORIES= astro x11
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/
USE_IMAKE= yes
# Copy the list of FreeBSD sites
post-install:
- mkdir -p ${PREFIX}/lib/X11/xearth
- cp ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth
- cp ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth
+ ${MKDIR} ${PREFIX}/lib/X11/xearth
+ ${CP} ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth
+ ${CP} ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth
.include <bsd.port.mk>