diff options
author | jschauma <jschauma> | 2002-10-15 14:06:56 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-10-15 14:06:56 +0000 |
commit | 9806403106000904b5e5b3dbd6da425117d7b0aa (patch) | |
tree | 417dfcbfc859e276676124d0cae80eaa9aecafc5 /lang/sun-jre13 | |
parent | 01c628b4b870defc043ac73bcd6f9cf381077516 (diff) | |
download | pkgsrc-9806403106000904b5e5b3dbd6da425117d7b0aa.tar.gz |
We need the suse-Makefile when we _are_ on NetBSD.
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 4 |
1 files changed, 2 insertions, 2 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" |