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 /textproc/xalan-j | |
parent | f96be7c634eec73da77f3a3bf5a5c0133ee9e82c (diff) | |
download | freebsd-ports-gnome-21cac60d348cdd815192398833acda6e62a05193.tar.gz freebsd-ports-gnome-21cac60d348cdd815192398833acda6e62a05193.tar.zst freebsd-ports-gnome-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 'textproc/xalan-j')
-rw-r--r-- | textproc/xalan-j/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 94e13ea41d8f..dd3de66d35aa 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -7,7 +7,7 @@ PORTNAME= xalan-j PORTVERSION= 2.5.1 -CATEGORIES= java textproc +CATEGORIES= textproc java MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}-src |