aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt-unicode/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-09-20 00:07:04 +0800
committersobomax <sobomax@FreeBSD.org>2000-09-20 00:07:04 +0800
commitdeca48c17bb6019452fb1485cea91387721f4d0b (patch)
tree1a4eb8f87b5fadb39e4d35523fec2023a81e187f /x11/rxvt-unicode/files
parenta8f497c9ce55d078bc28c470bd13925d5ea48288 (diff)
downloadfreebsd-ports-gnome-deca48c17bb6019452fb1485cea91387721f4d0b.tar.gz
freebsd-ports-gnome-deca48c17bb6019452fb1485cea91387721f4d0b.tar.zst
freebsd-ports-gnome-deca48c17bb6019452fb1485cea91387721f4d0b.zip
Split rxvt port into two ports - rxvt and rxvt-devel. Quoting maintainer:
I created a rxvt-devel port. This will contain the devel version 2.7.3 which used to be carried as rxvt. The rxvt port will now contain the stable version 2.6.3. Besides, I added some MASTER_SITES so as to fix the unavailable distfile message I got from the automated scripts. PR: 20768 Submitted by: maintainer Repo-copy by: asami (AFAIK this was a fastest served repo-copy I ever seen - it took about 5 minutes from the moment when I fired a request to PW and the moment when I received his reply ;).
Diffstat (limited to 'x11/rxvt-unicode/files')
-rw-r--r--x11/rxvt-unicode/files/patch-ab12
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;'\