diff options
author | imura <imura@FreeBSD.org> | 2000-10-24 22:08:05 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-10-24 22:08:05 +0800 |
commit | 154087573e8c2db4a687c9b3f536e091992dde5c (patch) | |
tree | ca4c350c72f9cdf2a26198164000de73b6aeea52 | |
parent | d409c6ad66a46e91acf294ad93833452ed8b545f (diff) | |
download | freebsd-ports-gnome-154087573e8c2db4a687c9b3f536e091992dde5c.tar.gz freebsd-ports-gnome-154087573e8c2db4a687c9b3f536e091992dde5c.tar.zst freebsd-ports-gnome-154087573e8c2db4a687c9b3f536e091992dde5c.zip |
Move
kdetoys11-i18n to kdetoys11
ja-kebook-i18n to ja-kebook
becuase they are not i18n specific now.
(repo-copied by asami)
-rw-r--r-- | japanese/Makefile | 2 | ||||
-rw-r--r-- | japanese/kebook/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/kdetoys11/Makefile | 4 | ||||
-rw-r--r-- | x11/kde11/Makefile | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 72d6dc40d744..acdb49fc24ea 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -103,7 +103,7 @@ SUBDIR += kappa20 SUBDIR += kbanner SUBDIR += kcc - SUBDIR += kebook-i18n + SUBDIR += kebook SUBDIR += kinput2-canna SUBDIR += kinput2-canna+freewnn SUBDIR += kinput2-canna+freewnn+sj3 diff --git a/japanese/kebook/Makefile b/japanese/kebook/Makefile index 92714a52cf56..d54bbba8c179 100644 --- a/japanese/kebook/Makefile +++ b/japanese/kebook/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 0.3.5 CATEGORIES= japanese kde MASTER_SITES= http://www.os.rim.or.jp/~s_mitu/library/kebook/ \ ftp://ftp.kde.gr.jp/pub/kde/unstable/contrib/ -PKGNAMESUFFIX= -i18n MAINTAINER= hige@higesoft.os.rim.or.jp diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 46e1b0b1acd3..a95fea2bc469 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -12,7 +12,7 @@ SUBDIR += emiclock SUBDIR += eyeclock SUBDIR += glclock - SUBDIR += kdetoys11-i18n + SUBDIR += kdetoys11 SUBDIR += kdetoys2 SUBDIR += mlclock SUBDIR += mouseclock diff --git a/x11-clocks/kdetoys11/Makefile b/x11-clocks/kdetoys11/Makefile index 8dd7d828988a..dd3aa84a04ff 100644 --- a/x11-clocks/kdetoys11/Makefile +++ b/x11-clocks/kdetoys11/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: kdetoys-i18n +# New ports collection makefile for: kdetoys # Date created: 18 may 1999 -# Whom: imura@cs.titech.ac.jp +# Whom: imura@af.airnet.ne.jp # # $FreeBSD$ # diff --git a/x11/kde11/Makefile b/x11/kde11/Makefile index 71464828c3eb..85f05a1863fa 100644 --- a/x11/kde11/Makefile +++ b/x11/kde11/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 \ kghostview:${PORTSDIR}/graphics/kdegraphics11 \ kmail:${PORTSDIR}/net/kdenetwork11 \ kmedia:${PORTSDIR}/audio/kdemultimedia11 \ - kworldwatch:${PORTSDIR}/x11-clocks/kdetoys11-i18n + kmoon:${PORTSDIR}/x11-clocks/kdetoys11 NO_BUILD= yes |