diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 22:35:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 22:35:10 +0000 |
commit | a3dbd66287184164681fc124c2e60f8e3b5a3f1d (patch) | |
tree | c411c765e75b183555097debe1d083cbb089248a /astro/xearth | |
parent | 171c958ea0a5684568b60ed5b5321361b0516594 (diff) |
Notes
Diffstat (limited to 'astro/xearth')
-rw-r--r-- | astro/xearth/Makefile | 10 |
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> |