diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-06 04:04:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-06 04:04:05 +0000 |
commit | 1e3a056067e5954aee184732be8769eb62ecc02c (patch) | |
tree | 29da24c912b2dd6987e724cb90521e5da51cfe81 /x11/yelp | |
parent | dba7cf95ed3e611fb03d1f49edadcf69ae7f2ddc (diff) | |
download | ports-1e3a056067e5954aee184732be8769eb62ecc02c.tar.gz ports-1e3a056067e5954aee184732be8769eb62ecc02c.zip |
Notes
Diffstat (limited to 'x11/yelp')
-rw-r--r-- | x11/yelp/Makefile | 1 | ||||
-rw-r--r-- | x11/yelp/files/patch-stylesheets_yelp-custom.xml | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 084d64f6bf5b..e966eae4f762 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -7,6 +7,7 @@ PORTNAME= yelp PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 diff --git a/x11/yelp/files/patch-stylesheets_yelp-custom.xml b/x11/yelp/files/patch-stylesheets_yelp-custom.xml new file mode 100644 index 000000000000..e753d3632e2f --- /dev/null +++ b/x11/yelp/files/patch-stylesheets_yelp-custom.xml @@ -0,0 +1,9 @@ +--- stylesheets/yelp-custom.xsl.orig Mon Jan 5 22:58:54 2004 ++++ stylesheets/yelp-custom.xsl Mon Jan 5 22:59:07 2004 +@@ -1,5 +1,6 @@ + <?xml version='1.0'?> + <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" ++ xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" + version='1.0' + xmlns="http://www.w3.org/TR/xhtml1/transitional" + exclude-result-prefixes="#default"> |