summaryrefslogtreecommitdiff
path: root/astro/xearth/Makefile
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>1995-10-01 21:54:50 +0000
committerOllivier Robert <roberto@FreeBSD.org>1995-10-01 21:54:50 +0000
commit247a0eac30175bb6f34ab3af61eaf5f5b3770f73 (patch)
tree558158bb8ec0f1080220c2ee6908a1edce6c076a /astro/xearth/Makefile
parentInstall the files in ${PREFIX} (${X11BASE} in this case) (diff)
Upgrade to 1.0. There no need of the freebsd.h and -freebsd patch as
the -markerfile option now exists. A freebsd.markers is now supplied and copied in ${PREFIX}/lib/X11.
Notes
Notes: svn path=/head/; revision=2209
Diffstat (limited to 'astro/xearth/Makefile')
-rw-r--r--astro/xearth/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile
index 69f89af58e93..baa2b929742b 100644
--- a/astro/xearth/Makefile
+++ b/astro/xearth/Makefile
@@ -1,19 +1,19 @@
# New ports collection makefile for: xearth
-# Version required: 0.92
+# Version required: 1.0
# Date created: 29 October 1995
# Whom: piero
#
-# $Id$
+# $Id: Makefile,v 1.4 1995/04/12 20:31:54 asami Exp $
#
-DISTNAME= xearth-0.92
+DISTNAME= xearth-1.0
CATEGORIES+= x11
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/
USE_IMAKE= yes
# Copy the list of FreeBSD sites
-pre-patch:
- cp ${FILESDIR}/freebsd.h ${WRKSRC}
+post-install:
+ cp ${FILESDIR}/freebsd.markers ${PREFIX}/lib/X11
.include <bsd.port.mk>