diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-12-24 15:07:12 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-12-24 15:07:12 +0000 |
commit | 32f9c23b5fa1be717e8cb4d63fe4b87c80f1a429 (patch) | |
tree | c00655f1c627398315ccbcece17bbca6d6e1a2e0 /java | |
parent | c97a0ab8d14c4393781eaea90941a284b94ddcdd (diff) | |
download | ports-32f9c23b5fa1be717e8cb4d63fe4b87c80f1a429.tar.gz ports-32f9c23b5fa1be717e8cb4d63fe4b87c80f1a429.zip |
- Register CONFLICTS with java/kaffe-devel and java/javavmwrapper
- Use %%DATADIR%% to calm portlint
- Tweak COMMENT to calm portlint
Notes
Notes:
svn path=/head/; revision=125073
Diffstat (limited to 'java')
-rw-r--r-- | java/kaffe/Makefile | 4 | ||||
-rw-r--r-- | java/kaffe/pkg-plist | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index 0fdbb4e430aa..070f85f3352c 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -11,12 +11,14 @@ CATEGORIES= java MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/v1.0.x-production/ MAINTAINER= xaa+ports@timewasters.nl -COMMENT= Multi-platform Java virtual machine including JIT compiler and AWT package +COMMENT= Multi-platform Java virtual machine with JIT compiler and AWT package LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png +CONFLICTS= kaffe-1.[!0].* javavmwrapper-2.* + NOT_FOR_ARCHS= amd64 USE_LIBTOOL_VER=13 diff --git a/java/kaffe/pkg-plist b/java/kaffe/pkg-plist index 2e4b6e6bf038..155747129ce9 100644 --- a/java/kaffe/pkg-plist +++ b/java/kaffe/pkg-plist @@ -71,8 +71,8 @@ jre/lib/microsoft.jar jre/lib/rmi.jar lib/kjc.jar lib/tools.jar -share/kaffe/BUILD_ENVIRONMENT -share/kaffe/license.terms +%%DATADIR%%/BUILD_ENVIRONMENT +%%DATADIR%%/license.terms @dirrm include/kaffe @dirrm jre/bin @dirrm jre/lib/%%ARCH%% |