diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 4 | ||||
-rw-r--r-- | emulators/compat11/Makefile | 9 | ||||
-rw-r--r-- | emulators/compat12/Makefile | 9 | ||||
-rw-r--r-- | emulators/linux_lib/Makefile | 9 | ||||
-rw-r--r-- | emulators/wine/Makefile | 9 | ||||
-rw-r--r-- | emulators/xmame/Makefile | 7 |
6 files changed, 12 insertions, 35 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 56906f1ab59..6a2feb4a7dc 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/03/19 14:17:10 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:23 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -28,4 +28,4 @@ # SUBDIR += xgs SUBDIR += xmame -.include <bsd.port.subdir.mk> +.include "../mk/bsd.pkg.subdir.mk" diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile index 19e538fe089..e2db42df6a4 100644 --- a/emulators/compat11/Makefile +++ b/emulators/compat11/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: compat11 -# Version required: 1.1 -# Date created: 17 Mar 1998 -# Whom: tv@netbsd.org -# -# $NetBSD: Makefile,v 1.3 1998/03/26 17:35:39 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:23 agc Exp $ # DISTNAME= compat11 @@ -34,7 +29,7 @@ pre-configure: post-install: ${LDCONFIG} || ${TRUE} -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" # for sun3x in 1.3.x, get sun3 package .if (${ARCH} == "sun3x") diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index 747fe6daf1c..75ea522c448 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: compat12 -# Version required: 1.2 -# Date created: 17 Mar 1998 -# Whom: tv@netbsd.org -# -# $NetBSD: Makefile,v 1.3 1998/03/26 17:35:39 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:23 agc Exp $ # DISTNAME= compat12 @@ -30,7 +25,7 @@ pre-configure: post-install: ${LDCONFIG} || ${TRUE} -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" # for sun3x in 1.3.x, get sun3 package .if (${ARCH} == "sun3x") diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index ef6f481d198..5d1cce397b5 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: linux_lib -# Version required: 2.1 -# Date created: 1997/12/04 -# Whom: erich@FreeBSD.org -# -# $NetBSD: Makefile,v 1.6 1998/03/05 12:22:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:23 agc Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # @@ -38,4 +33,4 @@ post-install: ${MKDIR} ${PREFIX}/dev ln -s /dev/sound ${PREFIX}/dev/dsp -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 65593907514..94f01653608 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,9 +1,4 @@ -# New packages collection makefile for: wine -# Version required: 980215 -# Date created: 15 March 1998 -# Whom: mycroft -# -# $NetBSD: Makefile,v 1.4 1998/03/16 11:20:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:24 agc Exp $ DISTNAME= wine980215 PKGNAME= wine-980215 @@ -23,4 +18,4 @@ MAN1= wine.1 post-install: ${LDCONFIG} || ${TRUE} -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 75c1c34cb1d..91a97f8017c 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,4 @@ -# Makefile for: xmame -# Version required: 0.30.1 -# -# $NetBSD: Makefile,v 1.3 1998/03/20 07:02:51 mycroft Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:24 agc Exp $ # DISTNAME= xmame-0.30.1_src @@ -34,4 +31,4 @@ post-install: ${CP} ${WRKSRC}/doc/xmamerc ${PREFIX}/lib/mame/xmamerc @echo Remember to set MAMEDIR to ${PREFIX}/lib/mame. -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |