aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/deepforest
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-10-04 14:40:08 +0800
committersobomax <sobomax@FreeBSD.org>2000-10-04 14:40:08 +0800
commit751db001a9adafa9b6d3d840cf02622cf71bbca2 (patch)
tree288981a7f1b6e34da52317a193210af14cd0fb77 /archivers/deepforest
parent5eb13430b3e52dc7a4dfd5daee0b1b701f080548 (diff)
downloadfreebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.tar.gz
freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.tar.zst
freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.zip
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
Diffstat (limited to 'archivers/deepforest')
-rw-r--r--archivers/deepforest/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile
index 6b513a4e6352..082592d82a1b 100644
--- a/archivers/deepforest/Makefile
+++ b/archivers/deepforest/Makefile
@@ -23,18 +23,18 @@ USE_X_PREFIX= yes
SCRIPTS_ENV= LANG=C LN=${LN} PERL=${PERL} LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION}
PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@}
-# This port is for both converters/deepforest and japanese/deepforest.
-# But converters/deepforest and japanese/deepforest are mutually exclusive and
+# This port is for both archivers/deepforest and japanese/deepforest.
+# But archivers/deepforest and japanese/deepforest are mutually exclusive and
# SHOULD NOT BE INSTALLED SIMULTANEOUSLY!
TKSTEPVERSION= 8.0
PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
-CATEGORY_LIST= archivers windowmaker tkstep80 japanese
+CATEGORY_LIST= japanese windowmaker tkstep80 japanese
RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80
LIB_DEP_LIST= img.1:${PORTSDIR}/japanese/libimg
.else
-CATEGORY_LIST= converters windowmaker tkstep80
+CATEGORY_LIST= archivers windowmaker tkstep80
RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg
.endif