summaryrefslogtreecommitdiff
path: root/editors/muggy
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-10-19 10:02:56 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-10-19 10:02:56 +0000
commit8886ed0669321b66ae1d2835951ffd0b6936ce5d (patch)
treeac05b0ca40e004c3be33ae58bb3901ce49c7e5ee /editors/muggy
parentRemove code for the japanese slave port that was removed. (diff)
Remove code for japanese slave port that was removed.
Notes
Notes: svn path=/head/; revision=145847
Diffstat (limited to 'editors/muggy')
-rw-r--r--editors/muggy/Makefile10
-rw-r--r--editors/muggy/pkg-descr3
-rw-r--r--editors/muggy/scripts/post-install11
3 files changed, 1 insertions, 23 deletions
diff --git a/editors/muggy/Makefile b/editors/muggy/Makefile
index 206a8a2358f4..caa19ca07299 100644
--- a/editors/muggy/Makefile
+++ b/editors/muggy/Makefile
@@ -7,7 +7,7 @@
PORTNAME= muggy
PORTVERSION= 1.3.1
-CATEGORIES+= editors windowmaker tkstep80
+CATEGORIES= editors 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 simple text editor for the X on TkStep
RUN_DEPENDS= ${RUN_DEP_LIST}
LIB_DEPENDS= ${LIB_DEP_LIST}
-CONFLICTS?= ja-muggy-[0-9]*
-
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_X_PREFIX= yes
@@ -33,14 +31,8 @@ PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@}
TKSTEPVERSION= 8.0
PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
-LANGUAGE?=
-.if (${LANGUAGE} == "Japanese")
-RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80
-IGNORE= unsupported: ja-libimg no longer available
-.else
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/editors/muggy/pkg-descr b/editors/muggy/pkg-descr
index e9010c829e90..955b254c9a3f 100644
--- a/editors/muggy/pkg-descr
+++ b/editors/muggy/pkg-descr
@@ -12,8 +12,5 @@ But it's not supported.
You can change the modes if you want.
-Note that both editors/muggy and japanese/muggy are mutually exclusive and
-SHOULD NOT BE INSTALLED SIMULTANEOUSLY!
-
-KIRIYAMA Kazuhiko
<kiri@FreeBSD.org>
diff --git a/editors/muggy/scripts/post-install b/editors/muggy/scripts/post-install
index 36eaa3043a4b..6d06b84ed180 100644
--- a/editors/muggy/scripts/post-install
+++ b/editors/muggy/scripts/post-install
@@ -2,17 +2,6 @@
installdir=${PREFIX}/JDE/Muggy; export installdir
-case ${LANGUAGE} in
- Japanese)
- for f in Muggy.app; do
- ${REINPLACE_CMD} -i "" -E -e \
- "s/^(exec[[:space:]]+)wishstep[[:space:]]*([[:space:]]+.*)\$/\1wishstep${VERSION}jp\2/" \
- ${installdir}/bin/${f}
- done
- ;;
- *)
- ;;
-esac
for f in Muggy Muggy.app; do
case ${f} in
Muggy.app|PrefMuggy.app)