add patch to not split info page
This commit is contained in:
parent
c69bcbb3a5
commit
a9e4b5d3b9
@ -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
|
DISTNAME= wget-1.5.3
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
@ -9,7 +8,9 @@ MASTER_SITE_SUBDIR= wget
|
|||||||
MAINTAINER= angelos@openbsd.org
|
MAINTAINER= angelos@openbsd.org
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAN1= wget.1
|
|
||||||
|
pre-configure:
|
||||||
|
${RM} ${WRKSRC}/doc/wget.info*
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||||
|
11
net/wget/patches/patch-ab
Normal file
11
net/wget/patches/patch-ab
Normal file
@ -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
|
@ -2,8 +2,5 @@ bin/wget
|
|||||||
etc/wgetrc
|
etc/wgetrc
|
||||||
@unexec install-info --delete %D/info/wget.info %D/info/dir
|
@unexec install-info --delete %D/info/wget.info %D/info/dir
|
||||||
info/wget.info
|
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 [ -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
|
@exec install-info %D/info/wget.info %D/info/dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user