diff options
author | eik <eik@FreeBSD.org> | 2004-01-22 17:59:27 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-01-22 17:59:27 +0000 |
commit | 21cac60d348cdd815192398833acda6e62a05193 (patch) | |
tree | 103165aa1d914ed877a19198c327bcbcfb62b18d /japanese | |
parent | f96be7c634eec73da77f3a3bf5a5c0133ee9e82c (diff) | |
download | FreeBSD-ports-21cac60d348cdd815192398833acda6e62a05193.zip FreeBSD-ports-21cac60d348cdd815192398833acda6e62a05193.tar.gz |
- fix PKGORIGIN
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/binder/Makefile | 2 | ||||
-rw-r--r-- | japanese/jgv/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/japanese/binder/Makefile b/japanese/binder/Makefile index 9e06e37..63aa0fe 100644 --- a/japanese/binder/Makefile +++ b/japanese/binder/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +CATEGORIES= japanese + LANGUAGE= Japanese MASTERDIR= ${.CURDIR}/../../x11-fm/binder diff --git a/japanese/jgv/Makefile b/japanese/jgv/Makefile index 132089b..dd64cea 100644 --- a/japanese/jgv/Makefile +++ b/japanese/jgv/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +CATEGORIES= japanese + LANGUAGE= Japanese MASTERDIR= ${.CURDIR}/../../graphics/jgv |