diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-29 05:28:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-29 05:28:27 +0000 |
commit | c49f590202ca7de647ef86243cc7db7525427986 (patch) | |
tree | 08e74e503e9b3ab9d5c777425a590821588a55c2 /astro/xearth/Makefile | |
parent | 714350b27ae850464ef9ceae4996a3111667fec7 (diff) | |
download | ports-c49f590202ca7de647ef86243cc7db7525427986.tar.gz ports-c49f590202ca7de647ef86243cc7db7525427986.zip |
Notes
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> |