diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-17 15:34:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-17 15:34:27 +0800 |
commit | 3d60ac1ae09065e8fd536c00dd69dec04b6fa2e1 (patch) | |
tree | 6c6d1c087514fb2752f11dabde0407a3024fcbca | |
parent | a6f05cbe50b5f4cbe432a6fbfebba982ca0b0b4a (diff) | |
download | freebsd-ports-gnome-3d60ac1ae09065e8fd536c00dd69dec04b6fa2e1.tar.gz freebsd-ports-gnome-3d60ac1ae09065e8fd536c00dd69dec04b6fa2e1.tar.zst freebsd-ports-gnome-3d60ac1ae09065e8fd536c00dd69dec04b6fa2e1.zip |
Change the binary name, crxvt2 -> crxvt.
-rw-r--r-- | chinese/rxvt/Makefile | 7 | ||||
-rw-r--r-- | chinese/rxvt/files/patch-aa | 8 | ||||
-rw-r--r-- | chinese/rxvt/pkg-plist | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/chinese/rxvt/Makefile b/chinese/rxvt/Makefile index bf8b0bada6a3..1cb3d4e2d832 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.7 1998/10/10 01:04:31 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/12/09 05:05:32 vanilla Exp $ # DISTNAME= rxvt-2.4.11 @@ -19,7 +19,6 @@ RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-big5=yes --enable-xcin=yes -MAN1= crxvt2.1 +MAN1= crxvt.1 -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/chinese/rxvt/files/patch-aa b/chinese/rxvt/files/patch-aa index ffdcf569e318..5eae98091d53 100644 --- a/chinese/rxvt/files/patch-aa +++ b/chinese/rxvt/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Tue Dec 8 21:23:23 1998 -+++ Makefile.in Tue Dec 8 21:23:37 1998 +--- Makefile.in.orig Wed Nov 18 15:21:15 1998 ++++ Makefile.in Sun Jan 17 14:57:55 1999 @@ -8,7 +8,7 @@ first_rule: all dummy: @@ -10,7 +10,7 @@ DIST = INSTALL README.configure configure Makefile Makefile.in --- doc/Makefile.in.orig Wed Nov 18 15:20:14 1998 -+++ doc/Makefile.in Tue Dec 8 23:42:24 1998 ++++ doc/Makefile.in Sun Jan 17 15:09:17 1999 @@ -55,7 +55,7 @@ tags allbin: @@ -27,7 +27,7 @@ -install: rxvt.1 - $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext) +install: -+ $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)crxvt2.$(manext) ++ $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)crxvt.$(manext) uninstall: -cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext) diff --git a/chinese/rxvt/pkg-plist b/chinese/rxvt/pkg-plist index bc345adb3a42..7d65af3921dd 100644 --- a/chinese/rxvt/pkg-plist +++ b/chinese/rxvt/pkg-plist @@ -1 +1 @@ -bin/crxvt2 +bin/crxvt |