diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-11 04:55:48 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-11 04:55:48 +0000 |
commit | 54c01fc2a949612a880ec6985c57c917662bc2eb (patch) | |
tree | ae3de423b7eb959a44d8a5ea89bd5420288f01ba /x11/rxvt | |
parent | d2fa4bbb00e36f18e7accdd0b0d2920b31f636b4 (diff) | |
download | ports-54c01fc2a949612a880ec6985c57c917662bc2eb.tar.gz ports-54c01fc2a949612a880ec6985c57c917662bc2eb.zip |
Notes
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 11 | ||||
-rw-r--r-- | x11/rxvt/distinfo | 2 | ||||
-rw-r--r-- | x11/rxvt/files/patch-ac | 20 |
3 files changed, 16 insertions, 17 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index beee85bc3bbf..cb57ede850dd 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,17 +1,14 @@ # New ports collection Makefile for: rxvt -# Version required: 2.45 +# Version required: 2.4.11 # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.16 1998/08/05 09:31:47 asami Exp $ +# $Id: Makefile,v 1.17 1998/10/05 05:29:10 obrien Exp $ # -DISTNAME= rxvt-2.4.7 +DISTNAME= rxvt-2.4.11 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.math.fu-berlin.de/pub/rxvt/ \ - ${MASTER_SITE_SUNSITE} \ - ftp://ftp.math.fu-berlin.de/pub/rxvt/devel/ -MASTER_SITE_SUBDIR= X11/terms +MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/ MAINTAINER= ports@FreeBSD.ORG diff --git a/x11/rxvt/distinfo b/x11/rxvt/distinfo index 78b8da973bf2..5e2805a3b2c6 100644 --- a/x11/rxvt/distinfo +++ b/x11/rxvt/distinfo @@ -1 +1 @@ -MD5 (rxvt-2.4.7.tar.gz) = 2dcadd25f224410201c28316b02f4ee9 +MD5 (rxvt-2.4.11.tar.gz) = 806d163e3113d22b31535785088f37c2 diff --git a/x11/rxvt/files/patch-ac b/x11/rxvt/files/patch-ac index 0261edf7c6a8..f62f9a27bbad 100644 --- a/x11/rxvt/files/patch-ac +++ b/x11/rxvt/files/patch-ac @@ -1,11 +1,13 @@ ---- doc/Makefile.in.orig Mon Apr 20 00:24:18 1998 -+++ doc/Makefile.in Sun Oct 4 22:13:57 1998 -@@ -55,7 +55,7 @@ +--- doc/Makefile.in.orig Wed Nov 18 01:20:14 1998 ++++ doc/Makefile.in Sun Jan 10 18:54:05 1999 +@@ -63,8 +63,8 @@ + rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo + yodl2man -orxvt.tbl yodl/rxvt.yo - tags allbin: +-rxvt.1: rxvt.tbl +- tbl rxvt.tbl > $@ ++#rxvt.1: rxvt.tbl ++# tbl rxvt.tbl > $@ --alldoc: $(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt -+alldoc: rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt - - $(basedir)/$(VERNAME).lsm: LSM.in ../autoconf/Make.common.in - $(SED) $(SEDREPLACE) < LSM.in > $@ + rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo + yodl2html -o$@ yodl/rxvt.yo |