diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 12:35:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 12:35:56 +0000 |
commit | 89c9d6285cc0d8154ce6b9073bf173c4e52f21b8 (patch) | |
tree | e22bc4957427f450ca2c1649e9a5f940d37b346b /japanese | |
parent | ed65d3c3dccadc56481fff7bb5e2ecf9ad13e76e (diff) | |
download | ports-89c9d6285cc0d8154ce6b9073bf173c4e52f21b8.tar.gz ports-89c9d6285cc0d8154ce6b9073bf173c4e52f21b8.zip |
- Rename ports
irc/xchat -> irc/xchat1
irc/xchat2 -> irc/xchat
Notes
Notes:
svn path=/head/; revision=163692
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xchat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile index f04526dff580..dbf57f41790a 100644 --- a/japanese/xchat/Makefile +++ b/japanese/xchat/Makefile @@ -12,6 +12,6 @@ COMMENT= An X11 IRC client using the GTK+ toolkit, and optionally, GNOME CONFIGURE_ARGS= --enable-japanese-conv -MASTERDIR= ${.CURDIR}/../../irc/xchat +MASTERDIR= ${.CURDIR}/../../irc/xchat1 .include "${MASTERDIR}/Makefile" |