diff options
-rw-r--r-- | lang/sun-jre13/Makefile.common | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index 55b3219dde0..31c573cc3fc 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2005/05/10 01:55:39 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.25 2005/09/28 19:04:44 rillig Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang java @@ -31,16 +31,11 @@ JAVA_NAME= sun13 .if ${OPSYS} == "Darwin" DISTFILES= # empty -NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes PLIST_SRC= ${PKGDIR}/PLIST.Darwin .endif -.if ${OPSYS} == "Linux" -NO_PATCH= yes # no need for patches on Linux -.endif - NO_MTREE= yes # since we change PREFIX LDD= ${TRUE} |