diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 07:08:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 07:08:56 +0800 |
commit | 37bf109345c47df26a557cde52e2fa7c4cefa61f (patch) | |
tree | f18b1a4e1bec48ac54096cb793fb428d6441de6e /japanese | |
parent | e90eea7c8106d9e81d021eae312dbffbbd421c30 (diff) | |
download | freebsd-ports-graphics-37bf109345c47df26a557cde52e2fa7c4cefa61f.tar.gz freebsd-ports-graphics-37bf109345c47df26a557cde52e2fa7c4cefa61f.tar.zst freebsd-ports-graphics-37bf109345c47df26a557cde52e2fa7c4cefa61f.zip |
Remove support for OSVERSION < 5
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mozilla-jlp/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/japanese/mozilla-jlp/Makefile b/japanese/mozilla-jlp/Makefile index 78f64c49e75..4e12486e2c2 100644 --- a/japanese/mozilla-jlp/Makefile +++ b/japanese/mozilla-jlp/Makefile @@ -30,16 +30,7 @@ EXTRACT_BEFORE_ARGS= -qo MOZILLA= mozilla PLIST_SUB= MOZILLA=${MOZILLA} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 450002 LOCALENAME= ja_JP.eucJP -.elif ${OSVERSION} >= 400020 -LOCALENAME= ja_JP.EUC -.else -LOCALENAME= ja_JP.EUC -.endif do-build: ${SED} -e "s^%%PREFIX%%^${PREFIX}^g" \ @@ -70,4 +61,4 @@ do-install: ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |