diff options
author | krion <krion@FreeBSD.org> | 2003-10-09 03:03:09 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-09 03:03:09 +0800 |
commit | 0405d1879ade12179de1b7106555f6300eb91822 (patch) | |
tree | e6ee28581a861db7bd8bae8aa842ab165093e81e /net-im/centericq/Makefile | |
parent | b8cc12f717bb946963d598de9797af6a47840418 (diff) | |
download | freebsd-ports-gnome-0405d1879ade12179de1b7106555f6300eb91822.tar.gz freebsd-ports-gnome-0405d1879ade12179de1b7106555f6300eb91822.tar.zst freebsd-ports-gnome-0405d1879ade12179de1b7106555f6300eb91822.zip |
- Original program can't send/receive non-ASCII chars correctly
in MSN/Yahoo. This patch can fix that. Also note that original
config file has problem in writing default charset setting to
file.
- Bump PORTREVISION
PR: 57734
Submitted by: maintainer
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r-- | net-im/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index c0aa12a53f23..becb45bc6430 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ @@ -67,7 +67,7 @@ post-patch: ${MV} -f ${file} ${file}.orig ; \ ${GREP} -v "_G_config.h" ${file}.orig > ${file}) .endfor - + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} |