summaryrefslogtreecommitdiff
path: root/lang/sun-jre13
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-03-26 04:05:37 +0000
committerjschauma <jschauma@pkgsrc.org>2003-03-26 04:05:37 +0000
commitd928b8f223d75ad5ec56496e1cd38fce23946ac2 (patch)
tree6f043964c16f075744798d96906ffc87f3f46c76 /lang/sun-jre13
parent96f8b433320466230a5bb4610b884a85ca2d9910 (diff)
downloadpkgsrc-d928b8f223d75ad5ec56496e1cd38fce23946ac2.tar.gz
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.
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r--lang/sun-jre13/Makefile.common8
1 files changed, 4 insertions, 4 deletions
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}