diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 07:34:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 07:34:27 +0000 |
commit | 9f195cee53723b4acc03ffdcc58a975ac91b6939 (patch) | |
tree | 0ee01c96a693db9cb80fb38890896e360b0e3b87 /chinese | |
parent | 07759819d95850868e849ef04bb4a7e8c8c41242 (diff) | |
download | ports-9f195cee53723b4acc03ffdcc58a975ac91b6939.tar.gz ports-9f195cee53723b4acc03ffdcc58a975ac91b6939.zip |
Notes
Diffstat (limited to 'chinese')
-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 |