diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2001-09-11 05:55:23 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2001-09-11 05:55:23 +0000 |
commit | 41dc7f918bfa07312f097a87e5da3d42ebb30905 (patch) | |
tree | 8c28d5137f4ca707111221cfcb50407b61fd55fc /korean/ami/Makefile | |
parent | b848f80febcdadfa6dafe3880c418776994af3b5 (diff) | |
download | ports-41dc7f918bfa07312f097a87e5da3d42ebb30905.tar.gz ports-41dc7f918bfa07312f097a87e5da3d42ebb30905.zip |
Notes
Diffstat (limited to 'korean/ami/Makefile')
-rw-r--r-- | korean/ami/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index 2ec5ff33671f..93450a0cd9d9 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -6,8 +6,8 @@ # PORTNAME= ami -PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTVERSION= 1.0.11 +#PORTREVISION= 1 CATEGORIES= korean x11 gnome MASTER_SITES= http://www.kr.freebsd.org/~hwang/ami/ \ http://master.debian-kr.org/~cwryu/archive/misc/ @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes WANT_GNOME= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-hangul-keyboard=2 +CONFIGURE_ARGS= --with-hangul-keyboard=2 --datadir=${PREFIX}/${DATADIR} .include <bsd.port.pre.mk> |