diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:08:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:08:56 +0000 |
commit | a582224f292229127fbfc1892699cee68aed933f (patch) | |
tree | 333ccfa77fd4ff5b72f7b76fe184fe2835d53128 /japanese | |
parent | Remove support for OSVERSION < 5 (diff) |
Remove support for OSVERSION < 5
Notes
Notes:
svn path=/head/; revision=200758
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 78f64c49e75c..4e12486e2c29 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> |