diff options
Diffstat (limited to 'x11/yelp')
-rw-r--r-- | x11/yelp/Makefile | 3 | ||||
-rw-r--r-- | x11/yelp/files/patch-data_man.xml.in | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 1b9a088fe..df9037ec1 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.69 2005/11/26 05:11:25 ahze Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.70 2005/11/28 07:30:27 ahze Exp $ # PORTNAME= yelp PORTVERSION= 2.13.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13 diff --git a/x11/yelp/files/patch-data_man.xml.in b/x11/yelp/files/patch-data_man.xml.in new file mode 100644 index 000000000..06670069c --- /dev/null +++ b/x11/yelp/files/patch-data_man.xml.in @@ -0,0 +1,12 @@ +--- data/man.xml.in.orig Tue Dec 6 17:03:27 2005 ++++ data/man.xml.in Tue Dec 6 17:05:52 2005 +@@ -39,6 +39,9 @@ + <toc id="Man-man9" sect="9"> + <_title>Kernel Routines</_title> + </toc> ++ <toc id="Man-mann" sect="n"> ++ <_title>Tcl/Tk Functions</_title> ++ </toc> + </toc> + + <toc id="Man-man4" sect="4"> |