diff options
Diffstat (limited to 'x11/xearth/Makefile')
-rw-r--r-- | x11/xearth/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/xearth/Makefile b/x11/xearth/Makefile index de735379022..70028c4ccb6 100644 --- a/x11/xearth/Makefile +++ b/x11/xearth/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: xearth -# Version required: 1.0 -# Date created: Mon Jan 19 14:34:50 GMT 1998 -# Whom: agc@netbsd.org -# -# $NetBSD: Makefile,v 1.2 1998/02/10 21:58:50 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:57 agc Exp $ # DISTNAME= xearth-1.0 @@ -15,4 +10,4 @@ MAINTAINER= agc@netbsd.org USE_IMAKE= yes CAT1= xearth.0 -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |