diff options
author | pav <pav@FreeBSD.org> | 2006-05-28 12:35:56 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-28 12:35:56 +0000 |
commit | 59767f5d753d8864f39311bc42d7176363654b6f (patch) | |
tree | e0b58159e3e65723f18d93bc78e6df868c025919 /irc/xchat1 | |
parent | 705b6d37f5b5af89b8d3699e39af34bfff923ed5 (diff) | |
download | FreeBSD-ports-59767f5d753d8864f39311bc42d7176363654b6f.zip FreeBSD-ports-59767f5d753d8864f39311bc42d7176363654b6f.tar.gz |
- Rename ports
irc/xchat -> irc/xchat1
irc/xchat2 -> irc/xchat
Diffstat (limited to 'irc/xchat1')
-rw-r--r-- | irc/xchat1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index f58a714..a613cb4 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS+= --without-included-gettext \ --enable-ipv6 \ --datadir="${PREFIX}/share" \ --enable-perl +LATEST_LINK= xchat1 .if defined(WITH_SSL) USE_OPENSSL= YES |