diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-12-19 19:23:31 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-12-19 19:23:31 +0000 |
commit | 69ed70474db293e27a1eb5c93c09b4c27fee36cd (patch) | |
tree | a5c043875a9d30f1a227d92ac41f650ef730cf53 /chinese | |
parent | 7dc7b5d96a3c486b8a77d18996bfdf3ff58ed2dd (diff) | |
download | FreeBSD-ports-69ed70474db293e27a1eb5c93c09b4c27fee36cd.zip FreeBSD-ports-69ed70474db293e27a1eb5c93c09b4c27fee36cd.tar.gz |
make it compatible with zh-kcfonts, and change execute file to crxvt2.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/rxvt/Makefile | 4 | ||||
-rw-r--r-- | chinese/rxvt/files/patch-aa | 2 | ||||
-rw-r--r-- | chinese/rxvt/pkg-plist | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/chinese/rxvt/Makefile b/chinese/rxvt/Makefile index 76d4725..84c8c35 100644 --- a/chinese/rxvt/Makefile +++ b/chinese/rxvt/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 16 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.2 1997/12/04 03:12:16 asami Exp $ +# $Id: Makefile,v 1.3 1997/12/16 19:26:52 vanilla Exp $ # DISTNAME= rxvt-2.4.4 @@ -18,6 +18,6 @@ RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-big5=yes --enable-xcin=yes -MAN1= crxvt.1 +MAN1= crxvt2.1 .include <bsd.port.mk> diff --git a/chinese/rxvt/files/patch-aa b/chinese/rxvt/files/patch-aa index d57c9ba..9995187 100644 --- a/chinese/rxvt/files/patch-aa +++ b/chinese/rxvt/files/patch-aa @@ -54,7 +54,7 @@ install: alldoc - $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext) -+ $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)crxvt.$(manext) ++ $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)crxvt2.$(manext) uninstall: -cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext) diff --git a/chinese/rxvt/pkg-plist b/chinese/rxvt/pkg-plist index e8ff4b6..e3f834e 100644 --- a/chinese/rxvt/pkg-plist +++ b/chinese/rxvt/pkg-plist @@ -1,2 +1,2 @@ -bin/crxvt -man/man1/crxvt.1.gz +bin/crxvt2 +man/man1/crxvt2.1.gz |