From a3dbd66287184164681fc124c2e60f8e3b5a3f1d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 15 Nov 1996 22:35:10 +0000 Subject: CATAGORIES+= -> CATAGORIES= --- astro/xearth/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'astro/xearth') 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 -- cgit v1.2.3