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-jdk13/Makefile | |
parent | 367d473965000962a63973cd03dfb12c3f3f4610 (diff) | |
download | pkgsrc-a5ec06a75c945f4fa50b1f5f1cc4af4df29e6f62.tar.gz |
Skip the patches and suse_x11 on Linux
Diffstat (limited to 'lang/sun-jdk13/Makefile')
-rw-r--r-- | lang/sun-jdk13/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index 460ef999c4a..034ff149198 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/05/19 03:56:37 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/11 21:58:03 abs Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -58,5 +58,13 @@ do-install: .include "../../mk/bsd.pkg.mk" -# This needs to be after bsd.pkg.mk +# These need to be after bsd.pkg.mk + +.if ${OPSYS} == "Linux" +# No patches on linux +PATCHDIR= ${WRKDIR}/.patches +pre-patch: + ${MKDIR} ${PATCHDIR} +.endif + PREFIX:= ${JDK_HOME} |