aboutsummaryrefslogtreecommitdiff
path: root/korean/nabi
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-08-06 04:29:46 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-08-06 04:29:46 +0000
commit152ef2d77476d69116441756886f54f0005da719 (patch)
treee32cf8d1eac5061959d6402b829a0e0652dc2f79 /korean/nabi
parent67c525554658bddc5ccfca6cab7e0f4ec5f4c61b (diff)
downloadports-152ef2d77476d69116441756886f54f0005da719.tar.gz
ports-152ef2d77476d69116441756886f54f0005da719.zip
Notes
Diffstat (limited to 'korean/nabi')
-rw-r--r--korean/nabi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile
index 2df290fc68a9..9b9ccebddb78 100644
--- a/korean/nabi/Makefile
+++ b/korean/nabi/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nabi
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= korean gnome x11
MASTER_SITES= http://download.kldp.net/imhangul/
@@ -18,12 +19,11 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomepanel
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LIBS="-L${X11BASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
post-patch:
${REINPLACE_CMD} -e 's,#include <malloc.h>,,' ${WRKSRC}/IMdkit/IMConn.c
-
-post-install:
- cd ${WRKSRC}/po && ${MAKE} install-data-yes
+ ${REINPLACE_CMD} -e '641s,g_free(keyboard_map->map);,,' \
+ ${WRKSRC}/src/ui.c
.include <bsd.port.mk>