pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre13 Removed deprecated use of NO_PATCH.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/867128fc2bf5
branches:  trunk
changeset: 499886:867128fc2bf5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 28 19:04:44 2005 +0000

description:
Removed deprecated use of NO_PATCH.

diffstat:

 lang/sun-jre13/Makefile.common |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r dc63a74da2cc -r 867128fc2bf5 lang/sun-jre13/Makefile.common
--- a/lang/sun-jre13/Makefile.common    Wed Sep 28 19:00:18 2005 +0000
+++ b/lang/sun-jre13/Makefile.common    Wed Sep 28 19:04:44 2005 +0000
@@ -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 @@
 
 .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}
 



Home | Main Index | Thread Index | Old Index