diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-19 16:07:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-19 16:07:04 +0000 |
commit | 13ed950b080bce0e9776b05cfc1e125dd0cbbe6f (patch) | |
tree | f74fc8bb8ec56c6aca982185fe6af7641cbe3b06 /x11/rxvt-unicode | |
parent | a6e995922b0f0973bc6caa6fc3fee4ab0b673442 (diff) | |
download | ports-13ed950b080bce0e9776b05cfc1e125dd0cbbe6f.tar.gz ports-13ed950b080bce0e9776b05cfc1e125dd0cbbe6f.zip |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/files/patch-ab b/x11/rxvt-unicode/files/patch-ab new file mode 100644 index 000000000000..a2c62c26ff94 --- /dev/null +++ b/x11/rxvt-unicode/files/patch-ab @@ -0,0 +1,12 @@ +--- doc/Makefile.in.orig Mon Aug 21 23:32:21 2000 ++++ doc/Makefile.in Mon Aug 21 23:32:44 2000 +@@ -41,9 +41,6 @@ + + all: rxvt.1 + +-rxvt.1: 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;'\ |