diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-27 01:11:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-27 01:11:54 +0800 |
commit | a8c6bf3e325e62a56042700839cc6f21bd6c69dd (patch) | |
tree | 8d8ca3094baf0e2a95e049ebb2660d5030e28b88 | |
parent | c791211cd4d8f84e1243962630cc3e526183a64e (diff) | |
download | freebsd-ports-gnome-a8c6bf3e325e62a56042700839cc6f21bd6c69dd.tar.gz freebsd-ports-gnome-a8c6bf3e325e62a56042700839cc6f21bd6c69dd.tar.zst freebsd-ports-gnome-a8c6bf3e325e62a56042700839cc6f21bd6c69dd.zip |
- Do not install PREFIX/include/unicode.h to avoid conflicts with devel/libunicode
- Bump PORTREVISION for PLIST change
Notified by: kevlo
-rw-r--r-- | chinese/cconv/Makefile | 2 | ||||
-rw-r--r-- | chinese/cconv/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/chinese/cconv/Makefile b/chinese/cconv/Makefile index c9f7bc41e78d..d386b2c16372 100644 --- a/chinese/cconv/Makefile +++ b/chinese/cconv/Makefile @@ -7,6 +7,7 @@ PORTNAME= cconv PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= chinese converters MASTER_SITES= GOOGLE_CODE @@ -18,6 +19,7 @@ USE_ICONV= yes USE_LDCONFIG= yes post-patch: + @${REINPLACE_CMD} -e 's|unicode.h||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|UTF-TW|UTF8-TW|g' ${WRKSRC}/main.c .include <bsd.port.mk> diff --git a/chinese/cconv/pkg-plist b/chinese/cconv/pkg-plist index 950de771d293..4784cbcb8701 100644 --- a/chinese/cconv/pkg-plist +++ b/chinese/cconv/pkg-plist @@ -1,6 +1,5 @@ bin/cconv include/cconv.h -include/unicode.h lib/libcconv.a lib/libcconv.la lib/libcconv.so |