freebsd-ports/x11/rxvt-devel/files/patch-ac
Will Andrews 263b30f8cd Update to rxvt 2.7.3 per the rxvt-devel mailing list announcement.
I'll take care of other ports depending on this pending maint approval.
Changes:
	1) Update rxvt website URL (badly needed).
	2) Remove pkg/PLIST - Makefile inconsistency regarding chmod.
2000-03-27 07:00:09 +00:00

13 lines
446 B
Plaintext

--- doc/Makefile.in Sun Mar 12 00:26:26 2000
+++ doc/Makefile.in.new Mon Mar 27 01:39:53 2000
@@ -40,9 +40,6 @@
all: rxvt.1
-rxvt.1: rxvt.tbl Makefile
- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi
-
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
-e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\
-e 's%@RXVT_DATE@%$(DATE)%g;'\