diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /java/diablo-jre16 | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) |
Notes
Diffstat (limited to 'java/diablo-jre16')
-rw-r--r-- | java/diablo-jre16/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/diablo-jre16/Makefile b/java/diablo-jre16/Makefile index 62f2d777126b..5daad463a395 100644 --- a/java/diablo-jre16/Makefile +++ b/java/diablo-jre16/Makefile @@ -54,11 +54,9 @@ INSTALL_DIR= ${PREFIX}/${PKGNAMEPREFIX}jre${JRE_VERSION} .if ${OSVERSION} >= 700000 JRE_OSREL= freebsd7 PLIST_SUB+= RELEASENOTE="@comment " -.elif ${OSVERSION} >= 600000 +.else JRE_OSREL= freebsd6 PLIST_SUB+= RELEASENOTE="" -.else -IGNORE= only available for FreeBSD 6.x/i386 and FreeBSD 6.x/amd64 and later .endif .if ${ARCH} == "i386" |