diff options
author | ade <ade@FreeBSD.org> | 2001-01-24 05:25:53 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-01-24 05:25:53 +0000 |
commit | 8a3a07820fe2a908c2b359b755b2defb5a7555da (patch) | |
tree | 81f6fc37c0d60ba107f93cd023f51f45b55b0fee /x11/libgnome | |
parent | 07fb3ea0e03505f2e69802c232912fcf93f9fe2a (diff) | |
download | FreeBSD-ports-8a3a07820fe2a908c2b359b755b2defb5a7555da.zip FreeBSD-ports-8a3a07820fe2a908c2b359b755b2defb5a7555da.tar.gz |
*sigh* missed a relatvely important patch, at least from a packaging PoV
Bump PORTREVISION accordingly.
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 1 | ||||
-rw-r--r-- | x11/libgnome/files/patch-bn | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index bc4a0fb..de71c34 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 0000000..b004588 --- /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 \ |