diff options
Diffstat (limited to 'astro/xearth/Makefile')
-rw-r--r-- | astro/xearth/Makefile | 9 |
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> |