From a9e4b5d3b9a5bc6f77f1150605929ccba729bfe7 Mon Sep 17 00:00:00 2001 From: brad Date: Mon, 29 Mar 1999 21:03:00 +0000 Subject: [PATCH] add patch to not split info page --- net/wget/Makefile | 7 ++++--- net/wget/patches/patch-ab | 11 +++++++++++ net/wget/pkg/PLIST | 3 --- 3 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 net/wget/patches/patch-ab diff --git a/net/wget/Makefile b/net/wget/Makefile index ea550bf0f38..77ac6003c00 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1999/02/24 04:29:05 fgsch Exp $ -# +# $OpenBSD: Makefile,v 1.4 1999/03/29 21:03:00 brad Exp $ DISTNAME= wget-1.5.3 CATEGORIES= net @@ -9,7 +8,9 @@ MASTER_SITE_SUBDIR= wget MAINTAINER= angelos@openbsd.org GNU_CONFIGURE= yes -MAN1= wget.1 + +pre-configure: + ${RM} ${WRKSRC}/doc/wget.info* post-install: if [ ! -f ${PREFIX}/info/dir ]; then \ diff --git a/net/wget/patches/patch-ab b/net/wget/patches/patch-ab new file mode 100644 index 00000000000..7ad8f7ac40c --- /dev/null +++ b/net/wget/patches/patch-ab @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Mon Mar 29 15:48:31 1999 ++++ doc/Makefile.in Mon Mar 29 15:48:42 1999 +@@ -22,7 +22,7 @@ + SHELL = /bin/sh + + # Program to format Texinfo source into Info files. +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + # Program to format Texinfo source into DVI files. + TEXI2DVI = texi2dvi + # Program to convert DVI files to PostScript diff --git a/net/wget/pkg/PLIST b/net/wget/pkg/PLIST index 8acca37db17..11de3d6a07f 100644 --- a/net/wget/pkg/PLIST +++ b/net/wget/pkg/PLIST @@ -2,8 +2,5 @@ bin/wget etc/wgetrc @unexec install-info --delete %D/info/wget.info %D/info/dir info/wget.info -info/wget.info-1 -info/wget.info-2 -info/wget.info-3 @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/wget.info %D/info/dir