diff options
author | jmmv <jmmv> | 2003-01-02 23:54:55 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-02 23:54:55 +0000 |
commit | d7c9f05ae8987544a18d72cfa020c5c95c1fdcc0 (patch) | |
tree | e64bb6eccb0ef993ec1be856c5f96302f56cbb32 /graphics/libggi/patches | |
parent | 56b7efb44f4a5e20e0e234d2783b1048c431b78b (diff) | |
download | pkgsrc-d7c9f05ae8987544a18d72cfa020c5c95c1fdcc0.tar.gz |
Make this package install its configuration files under the examples tree
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
Diffstat (limited to 'graphics/libggi/patches')
-rw-r--r-- | graphics/libggi/patches/patch-aa | 13 | ||||
-rw-r--r-- | graphics/libggi/patches/patch-ab | 13 | ||||
-rw-r--r-- | graphics/libggi/patches/patch-ae | 13 |
3 files changed, 39 insertions, 0 deletions
diff --git a/graphics/libggi/patches/patch-aa b/graphics/libggi/patches/patch-aa new file mode 100644 index 00000000000..897f99dfff8 --- /dev/null +++ b/graphics/libggi/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2003/01/02 23:54:56 jmmv Exp $ + +--- configure.orig Sun May 16 19:57:10 1999 ++++ configure +@@ -5613,7 +5613,7 @@ test "x$exec_prefix" = xNONE && exec_pre + + eval foo="$libdir" + eval ggi_libdir="$foo" +-eval ggi_confdir="$sysconfdir/ggi" ++eval ggi_confdir="$sysconfdir" + + + diff --git a/graphics/libggi/patches/patch-ab b/graphics/libggi/patches/patch-ab new file mode 100644 index 00000000000..a3d0304983f --- /dev/null +++ b/graphics/libggi/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.4 2003/01/02 23:54:57 jmmv Exp $ + +--- Makefile.in.orig Sun May 16 22:49:35 1999 ++++ Makefile.in +@@ -93,7 +93,7 @@ AUTOMAKE_OPTIONS = foreign + + SUBDIRS = include ggi display default extensions programs doc + +-ggiconfdatadir = @ggi_confdir@ ++ggiconfdatadir = @datadir@/examples/ggi + ggiconfdata_DATA = libggi.conf + + noinst_PROGRAMS = patchlib diff --git a/graphics/libggi/patches/patch-ae b/graphics/libggi/patches/patch-ae new file mode 100644 index 00000000000..79518a29391 --- /dev/null +++ b/graphics/libggi/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2003/01/02 23:54:58 jmmv Exp $ + +--- extensions/misc/Makefile.in.orig Fri Jan 3 00:45:40 2003 ++++ extensions/misc/Makefile.in +@@ -92,7 +92,7 @@ xf86dga_libs = @xf86dga_libs@ + + SUBDIRS = ggimisc display demos + +-ggiconfdatadir = @ggi_confdir@ ++ggiconfdatadir = @datadir@/examples/ggi + ggiconfdata_DATA = libggimisc.conf + + DISTCLEANFILES = libggimisc.conf |