diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 1995-10-01 21:54:50 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 1995-10-01 21:54:50 +0000 |
commit | 247a0eac30175bb6f34ab3af61eaf5f5b3770f73 (patch) | |
tree | 558158bb8ec0f1080220c2ee6908a1edce6c076a /astro/xearth/Makefile | |
parent | 93d99c32c308f83ef6d0b7fcee0005cac7c9b17c (diff) | |
download | ports-247a0eac30175bb6f34ab3af61eaf5f5b3770f73.tar.gz ports-247a0eac30175bb6f34ab3af61eaf5f5b3770f73.zip |
Notes
Diffstat (limited to 'astro/xearth/Makefile')
-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 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> |