mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Change the binary name, crxvt2 -> crxvt.
This commit is contained in:
parent
07759819d9
commit
9f195cee53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16091
@ -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>
|
||||
|
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
bin/crxvt2
|
||||
bin/crxvt
|
||||
|
Loading…
Reference in New Issue
Block a user