diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 12:42:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 12:42:12 +0000 |
commit | 1b8ed15b836316a51c71a17bf335857bba6d31d8 (patch) | |
tree | 75e371cd0c1ea5b848df1edc7612f3477a6b4cd8 /japanese | |
parent | b67e638fb4353bfc6b1da0f5f6610704ff3f5993 (diff) | |
download | ports-1b8ed15b836316a51c71a17bf335857bba6d31d8.tar.gz ports-1b8ed15b836316a51c71a17bf335857bba6d31d8.zip |
Update with PORTNAME/PORTVERSION and get happy with the slave.
Remove LANGPREFIX and just utilize PKGNAMEPREFIX.
Correct the wrong CATEGORIES specification.
- Language specific categories should come first.
- SeizeDesktop is not a `x11-toolkits' port. (Copy & paste miss?)
Notes
Notes:
svn path=/head/; revision=27491
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/seizedesktop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/seizedesktop/Makefile b/japanese/seizedesktop/Makefile index 4f5db2c6e1c8..bf6f1a31085d 100644 --- a/japanese/seizedesktop/Makefile +++ b/japanese/seizedesktop/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +CATEGORIES= japanese + LANGUAGE= Japanese MASTERDIR= ${.CURDIR}/../../misc/seizedesktop |