From d928b8f223d75ad5ec56496e1cd38fce23946ac2 Mon Sep 17 00:00:00 2001 From: jschauma Date: Wed, 26 Mar 2003 04:05:37 +0000 Subject: De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package. --- lang/sun-jre13/Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/sun-jre13') diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index e3a8cc969e5..a5090c4c02a 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2003/03/17 21:25:38 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.14 2003/03/26 04:05:43 jschauma Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang @@ -71,10 +71,10 @@ do-install: cd ${WRKSRC} && ${PAX} -rwp ma . ${PREFIX} .endif -.if ${OPSYS} != "NetBSD" -. include "../../mk/bsd.pkg.mk" -.else +.if ${OPSYS} == "NetBSD" . include "../../emulators/suse_linux/Makefile.application" .endif +.include "../../mk/bsd.pkg.mk" + PREFIX= ${JVM_HOME} -- cgit v1.2.3