diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-03 20:21:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-03 20:21:20 +0000 |
commit | 128a5bc296d7640cdb6598d736b346c5460aa541 (patch) | |
tree | f298e67922c33962d380918edc8217a8249cee18 /graphics/geist/files | |
parent | 49b80109c5e434af4b0a1042bb257953afd49a23 (diff) | |
download | ports-128a5bc296d7640cdb6598d736b346c5460aa541.tar.gz ports-128a5bc296d7640cdb6598d736b346c5460aa541.zip |
Notes
Diffstat (limited to 'graphics/geist/files')
-rw-r--r-- | graphics/geist/files/patch-aa | 40 | ||||
-rw-r--r-- | graphics/geist/files/patch-ab | 11 |
2 files changed, 51 insertions, 0 deletions
diff --git a/graphics/geist/files/patch-aa b/graphics/geist/files/patch-aa new file mode 100644 index 000000000000..6a99676d9ff7 --- /dev/null +++ b/graphics/geist/files/patch-aa @@ -0,0 +1,40 @@ +--- Makefile.in.orig Thu Oct 26 21:29:01 2000 ++++ Makefile.in Thu Oct 26 22:25:07 2000 +@@ -71,10 +71,10 @@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ + +-SUBDIRS = pixmaps src ++SUBDIRS = src + + docs_DATA = README AUTHORS ChangeLog TODO +-docsdir = $(prefix)/doc/geist ++docsdir = $(datadir)/doc/geist + + EXTRA_DIST = geist.spec $(docs_DATA) + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -384,15 +384,15 @@ + + + install-data-local: +- @$(NORMAL_INSTALL) +- if test -d $(srcdir)/pixmaps; then \ +- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \ +- for pixmap in $(srcdir)/pixmaps/*; do \ +- if test -f $$pixmap; then \ +- $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \ +- fi \ +- done \ +- fi ++# @$(NORMAL_INSTALL) ++# if test -d $(srcdir)/pixmaps; then \ ++# $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \ ++# for pixmap in $(srcdir)/pixmaps/*; do \ ++# if test -f $$pixmap; then \ ++# $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \ ++# fi \ ++# done \ ++# fi + + dist-hook: + if test -d pixmaps; then \ diff --git a/graphics/geist/files/patch-ab b/graphics/geist/files/patch-ab new file mode 100644 index 000000000000..bad9775994aa --- /dev/null +++ b/graphics/geist/files/patch-ab @@ -0,0 +1,11 @@ +--- src/testimages/Makefile.in.orig Thu Oct 26 21:29:04 2000 ++++ src/testimages/Makefile.in Thu Oct 26 22:38:54 2000 +@@ -76,7 +76,7 @@ + # A list of all the files in the current directory which can be regenerated + MAINTAINERCLEANFILES = Makefile.in + +-testimages_DATA = bg.png bulb.png elogo.png globe.png mail.png mush.png paper.png laet.jpg ++testimages_DATA = bg.png bulb.png elogo.png globe.png mail.png mush.png paper.png + + + testimagesdir = $(prefix)/share/geist/images |