mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
263b30f8cd
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.
13 lines
446 B
Plaintext
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;'\
|