summaryrefslogtreecommitdiff
path: root/astro/xearth/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-02-14 12:31:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-02-14 12:31:00 +0000
commitce3da9366809040136c9c40d5fefdcdd5709d275 (patch)
tree445bc063e2f8ba308f8d58fe906f706cc339fccc /astro/xearth/Makefile
parentAdd maplay to subdirs. (diff)
Added "-freebsd" option, which will display important FreeBSD sites
(which include prominent mirror sites, FreeBSD machines and notable FreeBSD people). The stuff are in files/freebsd.h so people please add more!
Diffstat (limited to 'astro/xearth/Makefile')
-rw-r--r--astro/xearth/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile
index 127c781f27ac..21f101218278 100644
--- a/astro/xearth/Makefile
+++ b/astro/xearth/Makefile
@@ -1,15 +1,16 @@
#
# Makefile for x11/xearth (FreeBSD) - piero Sat Oct 29 12:37:15 PDT 1994
-# $Id: $
+# $Id: Makefile,v 1.1.1.1 1994/10/31 14:59:40 jkh Exp $
#
# Distribution stuff
DISTNAME= xearth-0.92
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/
-# working directory
-WRKDIR= work
-
USE_IMAKE= is_set
+# Copy the list of FreeBSD sites
+pre-patch:
+ cp ${FILESDIR}/freebsd.h ${WRKSRC}
+
.include <bsd.port.mk>