diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:29:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:29:35 +0000 |
commit | 81009ad821a84cc996ae71b01079f3e7b0a8fc22 (patch) | |
tree | 6d34847b0f5ff89bcf77de98aa1fcce0e8e6a01a /chinese/rxvt-gb | |
parent | 690462dbb3634ee86945d4884f0ea7ee76b681c6 (diff) | |
download | ports-81009ad821a84cc996ae71b01079f3e7b0a8fc22.tar.gz ports-81009ad821a84cc996ae71b01079f3e7b0a8fc22.zip |
Notes
Diffstat (limited to 'chinese/rxvt-gb')
-rw-r--r-- | chinese/rxvt-gb/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/chinese/rxvt-gb/Makefile b/chinese/rxvt-gb/Makefile index c8337ab5c0dc..a94994e7a9e7 100644 --- a/chinese/rxvt-gb/Makefile +++ b/chinese/rxvt-gb/Makefile @@ -4,21 +4,16 @@ # # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../../x11/rxvt +MASTERDIR= ${.CURDIR}/../../x11/rxvt .include "${MASTERDIR}/Makefile" -PORTNAME= rxvt -PORTVERSION= 2.6.3 +PORTNAME= rxvt +PORTVERSION= 2.6.3 #.include <bsd.port.pre.mk> -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}cn- - +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}cn- MAINTAINER= keichii@iteration.net - -CONFIGURE_ARGS+= --enable-xim --enable-big5 \ - --enable-next-scroll --with-term=xterm-color - - - +CONFIGURE_ARGS+= --enable-xim --enable-big5 \ + --enable-next-scroll --with-term=xterm-color |