summaryrefslogtreecommitdiff
path: root/lang/sun-jre14
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-10-15 14:06:56 +0000
committerjschauma <jschauma>2002-10-15 14:06:56 +0000
commit9806403106000904b5e5b3dbd6da425117d7b0aa (patch)
tree417dfcbfc859e276676124d0cae80eaa9aecafc5 /lang/sun-jre14
parent01c628b4b870defc043ac73bcd6f9cf381077516 (diff)
downloadpkgsrc-9806403106000904b5e5b3dbd6da425117d7b0aa.tar.gz
We need the suse-Makefile when we _are_ on NetBSD.
Diffstat (limited to 'lang/sun-jre14')
-rw-r--r--lang/sun-jre14/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"