diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-30 23:18:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-30 23:18:37 +0000 |
commit | da5adc365e2b3dff35c4cc48ad726b05e6185080 (patch) | |
tree | 17d159d3154d2d594360395d2ea5d260221a8b24 /archivers | |
parent | ec89d6a736068f177b6e1eaac7f4e6595b721a52 (diff) | |
download | pkgsrc-da5adc365e2b3dff35c4cc48ad726b05e6185080.tar.gz |
Convert the Java related packages to use the alternatives system. To do
this, we only need some simple logic in java-env.mk to automatically
generate an ALTERNATIVES file for us.
There are two exceptions, though: fastjar and jikes (pointed out by tv@),
which do not use this file; they have to be handled manually.
Bump PKGREVISION for all affected packages.
While doing this, remove the java-wrapper package, obsoleted by the new
functionality provided by pkg_alternatives.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/ALTERNATIVES | 1 | ||||
-rw-r--r-- | archivers/fastjar/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/archivers/fastjar/ALTERNATIVES b/archivers/fastjar/ALTERNATIVES new file mode 100644 index 00000000000..5b6c1027043 --- /dev/null +++ b/archivers/fastjar/ALTERNATIVES @@ -0,0 +1 @@ +bin/jar @PREFIX@/bin/fastjar diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index 87e8c022762..339e0ba38bd 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:04 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/01/30 23:18:38 jmmv Exp $ # DISTNAME= fastjar-0.93 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fastjar/} EXTRACT_SUFX= .tgz |