diff options
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 21ff987b71a..b656430d87c 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/05/19 03:56:37 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/11 21:58:03 abs Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -55,8 +55,15 @@ do-install: # These need to be after bsd.pkg.mk -.if ${OPSYS} != "Linux" +.if ${OPSYS} == "Linux" +# No patches on linux +PATCHDIR= ${WRKDIR}/.patches +pre-patch: + ${MKDIR} ${PATCHDIR} + +.else DEPENDS= suse_x11-*:../../emulators/suse_x11 + .endif PREFIX:= ${JDK_HOME} |