aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-05-20 04:07:15 +0800
committersobomax <sobomax@FreeBSD.org>2001-05-20 04:07:15 +0800
commit35d8763bf6f7f768abb412d34fa0746596405fde (patch)
treea05a2aa2440430fc9c197e6aefddc1d1b78f03cf /textproc/libxml2
parente10e03a532eaea937d3801d86476d7567c27768d (diff)
downloadfreebsd-ports-gnome-35d8763bf6f7f768abb412d34fa0746596405fde.tar.gz
freebsd-ports-gnome-35d8763bf6f7f768abb412d34fa0746596405fde.tar.zst
freebsd-ports-gnome-35d8763bf6f7f768abb412d34fa0746596405fde.zip
Correct gnome-config configuration file, so gnome-config outputs correct
paths. Reported by: ijliao
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile1
-rw-r--r--textproc/libxml2/files/patch-xml2Conf.sh.in18
2 files changed, 19 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index f9f2490191a7..9b6891e16c99 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libxml2
PORTVERSION= 2.3.8
+PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml
diff --git a/textproc/libxml2/files/patch-xml2Conf.sh.in b/textproc/libxml2/files/patch-xml2Conf.sh.in
new file mode 100644
index 000000000000..e07940d12f05
--- /dev/null
+++ b/textproc/libxml2/files/patch-xml2Conf.sh.in
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- xml2Conf.sh.in 2001/05/19 19:57:43 1.1
++++ xml2Conf.sh.in 2001/05/19 19:59:40
+@@ -1,6 +1,12 @@
+ #
+ # Configuration file for using the XML library in GNOME applications
+ #
++
++prefix=@prefix@
++exec_prefix=@exec_prefix@
++includedir=@includedir@
++libdir=@libdir@
++
+ XML2_LIBDIR="@XML_LIBDIR@"
+ XML2_LIBS="@XML_LIBS@"
+ XML2_INCLUDEDIR="@XML_INCLUDEDIR@"