aboutsummaryrefslogtreecommitdiff
path: root/x11/libgnome
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libgnome')
-rw-r--r--x11/libgnome/Makefile1
-rw-r--r--x11/libgnome/files/patch-bn13
2 files changed, 14 insertions, 0 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index bc4a0fb11e0e..de71c34f625e 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.2.9
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
diff --git a/x11/libgnome/files/patch-bn b/x11/libgnome/files/patch-bn
new file mode 100644
index 000000000000..b00458878bea
--- /dev/null
+++ b/x11/libgnome/files/patch-bn
@@ -0,0 +1,13 @@
+--- devel-docs/Makefile.in.orig Sun Jan 21 16:37:33 2001
++++ devel-docs/Makefile.in Tue Jan 23 23:12:20 2001
+@@ -158,4 +158,4 @@
+
+-docdir = $(prefix)/doc
+-doc_DATA = $(TEXT_FILES)
++docdir =
++doc_DATA =
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -185,3 +185,2 @@
+ @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(docdir)
+ @list='$(doc_DATA)'; for p in $$list; do \