diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-10-19 10:11:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-10-19 10:11:44 +0000 |
commit | b15693966b61dab1883582781babe82e1b47d2a1 (patch) | |
tree | 06e3ebd43d12b7ad63296fc86fbc1e26642f3c6e /x11-fm | |
parent | 7f1e1057850b9c07e33e5514b42286ee0d226295 (diff) | |
download | ports-b15693966b61dab1883582781babe82e1b47d2a1.tar.gz ports-b15693966b61dab1883582781babe82e1b47d2a1.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/binder/Makefile | 12 | ||||
-rw-r--r-- | x11-fm/binder/pkg-descr | 3 | ||||
-rw-r--r-- | x11-fm/binder/scripts/post-install | 11 |
3 files changed, 1 insertions, 25 deletions
diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile index 7675b361bc8e..d3cbd0942515 100644 --- a/x11-fm/binder/Makefile +++ b/x11-fm/binder/Makefile @@ -7,7 +7,7 @@ PORTNAME= binder PORTVERSION= 1.3 -CATEGORIES+= ${CATEGORY_LIST} +CATEGORIES= x11-fm windowmaker tkstep80 MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kiri @@ -20,8 +20,6 @@ COMMENT= A file manager on X window with TkStep RUN_DEPENDS= ${RUN_DEP_LIST} LIB_DEPENDS= ${LIB_DEP_LIST} -CONFLICTS?= ja-binder-[0-9]* - NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes @@ -33,16 +31,8 @@ PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@} TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps -LANGUAGE?= -.if (${LANGUAGE} == "Japanese") -CATEGORY_LIST= x11-fm windowmaker tkstep80 japanese -RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 -IGNORE= unsupported: ja-libimg no longer available -.else -CATEGORY_LIST= x11-fm windowmaker tkstep80 RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg -.endif do-install: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \ diff --git a/x11-fm/binder/pkg-descr b/x11-fm/binder/pkg-descr index a87f3653c220..2945d675947b 100644 --- a/x11-fm/binder/pkg-descr +++ b/x11-fm/binder/pkg-descr @@ -1,8 +1,5 @@ The Binder is a file manager program that was made for the JDE desktop enviropment on X Window System. -Note that both x11-fm/binder and japanese/binder are mutually exclusive and -SHOULD NOT BE INSTALLED SIMULTANEOUSLY! - -KIRIYAMA Kazuhiko <kiri@FreeBSD.org> diff --git a/x11-fm/binder/scripts/post-install b/x11-fm/binder/scripts/post-install index 86752cc9a17a..37fc460e68e2 100644 --- a/x11-fm/binder/scripts/post-install +++ b/x11-fm/binder/scripts/post-install @@ -2,17 +2,6 @@ installdir=${PREFIX}/JDE/Binder; export installdir -case ${LANGUAGE} in - Japanese) - for f in bin/Binder.app bin/Processes.app misc/Mounter/Mounter.app; do - ${REINPLACE_CMD} -i "" -E -e \ - "s/^(exec[[:space:]]+)wishstep[[:space:]]*([[:space:]]+.*)\$/\1wishstep${VERSION}jp\2/" \ - ${installdir}/${f} - done - ;; - *) - ;; -esac for f in Binder Binder.app Processes.app Mounter.app shortcut; do case ${f} in Binder.app|Processes.app) |