1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/japanese/rxvt/files/patch-ab
Steve Price 969dfa17d9 Update to version 2.6.0. Also set USE_BZIP2 so that the other rxvt
port can share the distfile with this one.

PR:		12083
Submitted by:	maintainer
1999-06-08 22:19:09 +00:00

92 lines
2.5 KiB
Plaintext

*** doc/Makefile.in.orig Tue Jun 8 18:53:55 1999
--- doc/Makefile.in Tue Jun 8 21:57:59 1999
***************
*** 39,45 ****
#-------------------------------------------------------------------------
! all:
@if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
--- 39,45 ----
#-------------------------------------------------------------------------
! all: alldoc
@if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
***************
*** 55,61 ****
tags allbin:
! alldoc: $(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in
$(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@
--- 55,61 ----
tags allbin:
! alldoc: rxvt.1
yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in
$(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@
***************
*** 66,82 ****
rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
yodl2man -orxvt.tbl yodl/rxvt.yo
! rxvt.1: rxvt.tbl Makefile
! @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
! rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
! yodl2html -o$@ yodl/rxvt.yo
! rxvtRef.html: $(YODL_RREF) yodl/rxvtRef.yo yodl/masonyodl.yo
! yodl2html -o$@ yodl/rxvtRef.yo
! rxvtRef.txt: $(YODL_RREF) yodl/rxvtRef.yo yodl/masonyodl.yo
! yodl2txt -o$@ yodl/rxvtRef.yo
clean:
$(RMF) rxvt.man *~ yodl/*~
--- 66,78 ----
rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
yodl2man -orxvt.tbl yodl/rxvt.yo
! rxvt.1:
! rxvt.html:
! rxvtRef.html:
! rxvtRef.txt:
clean:
$(RMF) rxvt.man *~ yodl/*~
***************
*** 86,93 ****
distclean:
! install: rxvt.1
! $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext)
uninstall:
-cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext)
--- 82,92 ----
distclean:
! install: rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
! $(INSTALL_DATA) rxvt.1 $(mandir)/$(manprefix)rxvt.$(manext)
! $(INSTALL_DATA) rxvt.html $(prefix)/share/doc/ja/rxvt/rxvt.html
! $(INSTALL_DATA) rxvtRef.html $(prefix)/share/doc/ja/rxvt/rxvtRef.html
! $(INSTALL_DATA) rxvtRef.txt $(prefix)/share/doc/ja/rxvt/rxvtRef.txt
uninstall:
-cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext)