diff options
author | eik <eik@FreeBSD.org> | 2004-01-23 01:59:27 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-01-23 01:59:27 +0800 |
commit | 21cac60d348cdd815192398833acda6e62a05193 (patch) | |
tree | 103165aa1d914ed877a19198c327bcbcfb62b18d /japanese | |
parent | f96be7c634eec73da77f3a3bf5a5c0133ee9e82c (diff) | |
download | freebsd-ports-graphics-21cac60d348cdd815192398833acda6e62a05193.tar.gz freebsd-ports-graphics-21cac60d348cdd815192398833acda6e62a05193.tar.zst freebsd-ports-graphics-21cac60d348cdd815192398833acda6e62a05193.zip |
- 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 9e06e37dda9..63aa0fe976f 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 132089b91fc..dd64cea4543 100644 --- a/japanese/jgv/Makefile +++ b/japanese/jgv/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +CATEGORIES= japanese + LANGUAGE= Japanese MASTERDIR= ${.CURDIR}/../../graphics/jgv |