diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-10-15 14:06:56 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-10-15 14:06:56 +0000 |
commit | da6845218a1b8384d2b077c7712b7284e264cc19 (patch) | |
tree | 417dfcbfc859e276676124d0cae80eaa9aecafc5 /lang | |
parent | 582c3f53ca7da59b62fe7c9379fd56bfca9beb44 (diff) | |
download | pkgsrc-da6845218a1b8384d2b077c7712b7284e264cc19.tar.gz |
We need the suse-Makefile when we _are_ on NetBSD.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 4 | ||||
-rw-r--r-- | lang/sun-jre14/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index fb343082977..994f19c6c5e 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2002/10/13 07:45:33 jlam Exp $ +# $NetBSD: Makefile.common,v 1.9 2002/10/15 14:06:56 jschauma Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang @@ -67,7 +67,7 @@ do-install: cd ${WRKSRC} && ${PAX} -rw . ${PREFIX} .endif -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} != "NetBSD" . include "../../mk/bsd.pkg.mk" .else . include "../../emulators/suse_linux/Makefile.application" diff --git a/lang/sun-jre14/Makefile.common b/lang/sun-jre14/Makefile.common index 691b6e71bbf..9cdfbe5948c 100644 --- a/lang/sun-jre14/Makefile.common +++ b/lang/sun-jre14/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2002/10/13 07:45:34 jlam Exp $ +# $NetBSD: Makefile.common,v 1.5 2002/10/15 14:06:56 jschauma Exp $ CATEGORIES= lang EXTRACT_SUFX= .bin @@ -41,7 +41,7 @@ do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX} cd ${WRKSRC} && ${PAX} -rw . ${PREFIX} -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} != "NetBSD" . include "../../mk/bsd.pkg.mk" .else . include "../../emulators/suse_linux/Makefile.application" |