diff options
author | asami <asami@FreeBSD.org> | 1996-03-29 13:28:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-29 13:28:27 +0800 |
commit | 746536ff3f826a0ec0b2b18d0ea3766f973fefb0 (patch) | |
tree | 2b422b1af2600fd2bc23f43182483b1ccaa7a77a /astro/xearth/Makefile | |
parent | 2392dc9ebbb46a7709efd394f249338d6cd4806f (diff) | |
download | freebsd-ports-gnome-746536ff3f826a0ec0b2b18d0ea3766f973fefb0.tar.gz freebsd-ports-gnome-746536ff3f826a0ec0b2b18d0ea3766f973fefb0.tar.zst freebsd-ports-gnome-746536ff3f826a0ec0b2b18d0ea3766f973fefb0.zip |
Split freebsd.markers to freebsd.core.markers (core team members) and
freebsd.ftp.markers (ftp sites).
The latter file is quite incomplete, I'd like to at least have one for
each country (preferably all of ftp.*.freebsd.org's) in there. Many
entries are commented out because I either couldn't find out where the
site is or I couldn't find the name of the city on my map. ;)
Diffstat (limited to 'astro/xearth/Makefile')
-rw-r--r-- | astro/xearth/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index baa2b929742b..d637acbe8495 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1995 # Whom: piero # -# $Id: Makefile,v 1.4 1995/04/12 20:31:54 asami Exp $ +# $Id: Makefile,v 1.5 1995/10/01 21:53:49 roberto Exp $ # DISTNAME= xearth-1.0 @@ -14,6 +14,8 @@ USE_IMAKE= yes # Copy the list of FreeBSD sites post-install: - cp ${FILESDIR}/freebsd.markers ${PREFIX}/lib/X11 + mkdir -p ${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> |