diff options
author | abs <abs> | 2001-06-11 21:58:03 +0000 |
---|---|---|
committer | abs <abs> | 2001-06-11 21:58:03 +0000 |
commit | a5ec06a75c945f4fa50b1f5f1cc4af4df29e6f62 (patch) | |
tree | 6d2533aa8059b1c09c9cf45e0dcf21cefaf25417 /lang/sun-jre13 | |
parent | 367d473965000962a63973cd03dfb12c3f3f4610 (diff) | |
download | pkgsrc-a5ec06a75c945f4fa50b1f5f1cc4af4df29e6f62.tar.gz |
Skip the patches and suse_x11 on Linux
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} |