summaryrefslogtreecommitdiff
path: root/korean/nabi/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-08-11 03:10:41 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-08-11 03:10:41 +0000
commitc78d5c8a3297b93f783c62d3cda570af353e84fd (patch)
treed4e175ebc1d9ba874d394de4c07757fccfbf3761 /korean/nabi/Makefile
parentUpdate to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to prevent (diff)
- Update to 0.2
- Update WWW URL to the new project site
Notes
Notes: svn path=/head/; revision=86747
Diffstat (limited to 'korean/nabi/Makefile')
-rw-r--r--korean/nabi/Makefile7
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>