diff options
author | jschauma <jschauma> | 2003-03-26 04:05:37 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-26 04:05:37 +0000 |
commit | 59faf0b687fa5a358b144049ddbe011afe305713 (patch) | |
tree | 6f043964c16f075744798d96906ffc87f3f46c76 /lang/sun-jre14 | |
parent | 9c46aecdcd8db77044ca276d3b9384b959503b64 (diff) | |
download | pkgsrc-59faf0b687fa5a358b144049ddbe011afe305713.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-jre14')
-rw-r--r-- | lang/sun-jre14/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/sun-jre14/Makefile.common b/lang/sun-jre14/Makefile.common index 1edcf3ac61c..ef4ddc5136a 100644 --- a/lang/sun-jre14/Makefile.common +++ b/lang/sun-jre14/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2003/03/17 18:29:58 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.10 2003/03/26 04:05:42 jschauma Exp $ CATEGORIES= lang EXTRACT_SUFX= .bin @@ -45,8 +45,8 @@ do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX} cd ${WRKSRC} && ${PAX} -rwp ma . ${PREFIX} -.if ${OPSYS} != "NetBSD" -. include "../../mk/bsd.pkg.mk" -.else +.if ${OPSYS} == "NetBSD" . include "../../emulators/suse_linux/Makefile.application" .endif + +.include "../../mk/bsd.pkg.mk" |