diff options
author | erwin <erwin@FreeBSD.org> | 2005-10-19 18:11:44 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-10-19 18:11:44 +0800 |
commit | c974a70c1e6a67492c1e844a5c995d56119e78ac (patch) | |
tree | 896ddb9226c4190f2be46a5a926fc646442d7b85 /misc/seizedesktop | |
parent | 23c68db28aef7bf578d09db3f4e41b9d0bd9009b (diff) | |
download | freebsd-ports-gnome-c974a70c1e6a67492c1e844a5c995d56119e78ac.tar.gz freebsd-ports-gnome-c974a70c1e6a67492c1e844a5c995d56119e78ac.tar.zst freebsd-ports-gnome-c974a70c1e6a67492c1e844a5c995d56119e78ac.zip |
Remove traces of japanese slave port that was removed
Diffstat (limited to 'misc/seizedesktop')
-rw-r--r-- | misc/seizedesktop/Makefile | 11 | ||||
-rw-r--r-- | misc/seizedesktop/pkg-descr | 3 | ||||
-rw-r--r-- | misc/seizedesktop/scripts/post-install | 11 |
3 files changed, 1 insertions, 24 deletions
diff --git a/misc/seizedesktop/Makefile b/misc/seizedesktop/Makefile index ce3a753740c9..a0ef1a1c1461 100644 --- a/misc/seizedesktop/Makefile +++ b/misc/seizedesktop/Makefile @@ -7,7 +7,7 @@ PORTNAME= seizedesktop PORTVERSION= 0.1a -CATEGORIES+= misc windowmaker tkstep80 +CATEGORIES= misc windowmaker tkstep80 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kiri DISTNAME= SeizeDesktop-${PORTVERSION} @@ -27,18 +27,9 @@ REINPLACE_ARGS= SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD='${REINPLACE_CMD}' \ LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION} -# This port is for both misc/seizedesktop and japanese/seizedesktop. -# But misc/seizedesktop and japanese/seizedesktop are mutually exclusive and -# SHOULD NOT BE INSTALLED SIMULTANEOUSLY! TKSTEPVERSION= 8.0 -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/misc/seizedesktop/pkg-descr b/misc/seizedesktop/pkg-descr index 9a0932961869..1d722ffd5599 100644 --- a/misc/seizedesktop/pkg-descr +++ b/misc/seizedesktop/pkg-descr @@ -1,7 +1,4 @@ The SeizeDesktop is like a customizer of desktop screen environment. -Note that both x11-toolkits/seizedesktop and japanese/seizedesktop -are mutually exclusive and SHOULD NOT BE INSTALLED SIMULTANEOUSLY! - -KIRIYAMA Kazuhiko <kiri@FreeBSD.org> diff --git a/misc/seizedesktop/scripts/post-install b/misc/seizedesktop/scripts/post-install index d770a5394f35..8b4f7c6626af 100644 --- a/misc/seizedesktop/scripts/post-install +++ b/misc/seizedesktop/scripts/post-install @@ -2,17 +2,6 @@ installdir=${PREFIX}/JDE/SeizeDesktop; export installdir -case ${LANGUAGE} in - Japanese) - for f in SeizeDesktop.app PrefDesktop.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 SeizeDesktop SeizeDesktop.app PrefDesktop.app; do case ${f} in SeizeDesktop.app|PrefDesktop.app) |