diff options
Diffstat (limited to 'korean/nabi/Makefile')
-rw-r--r-- | korean/nabi/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile index 9b9ccebddb78..e4cf3ff53597 100644 --- a/korean/nabi/Makefile +++ b/korean/nabi/Makefile @@ -6,10 +6,9 @@ # PORTNAME= nabi -PORTVERSION= 0.1 -PORTREVISION= 1 +PORTVERSION= 0.2 CATEGORIES= korean gnome x11 -MASTER_SITES= http://download.kldp.net/imhangul/ +MASTER_SITES= http://download.kldp.net/nabi/ MAINTAINER= perky@FreeBSD.org COMMENT= Hangul X Input Method for Everywhere @@ -23,7 +22,5 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" post-patch: ${REINPLACE_CMD} -e 's,#include <malloc.h>,,' ${WRKSRC}/IMdkit/IMConn.c - ${REINPLACE_CMD} -e '641s,g_free(keyboard_map->map);,,' \ - ${WRKSRC}/src/ui.c .include <bsd.port.mk> |