diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 19:04:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 19:04:44 +0000 |
commit | d8346106ba5bb137ae826bfa6237e3e80bc4ccd9 (patch) | |
tree | e888548b54478041f01fbf97d785bcaad08efd0f | |
parent | c24595035c3e310af98343f87c2b020e46e434e4 (diff) | |
download | pkgsrc-d8346106ba5bb137ae826bfa6237e3e80bc4ccd9.tar.gz |
Removed deprecated use of NO_PATCH.
-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} |