diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-01 14:29:42 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-01 14:29:42 +0800 |
commit | 18be86dd5120d3260abad309cd5c6a93bfbbd4b5 (patch) | |
tree | d9d298cab97fadc58e4a6886aa24a26ad2340115 /ftp/junglemonkey/files | |
parent | 09a10540883710efe5e52fd1f9a373dc551b7f83 (diff) | |
download | freebsd-ports-gnome-18be86dd5120d3260abad309cd5c6a93bfbbd4b5.tar.gz freebsd-ports-gnome-18be86dd5120d3260abad309cd5c6a93bfbbd4b5.tar.zst freebsd-ports-gnome-18be86dd5120d3260abad309cd5c6a93bfbbd4b5.zip |
- Conform to GNOME directory hierarchy
- Support CFLAGS properly
PR: 38782
Diffstat (limited to 'ftp/junglemonkey/files')
-rw-r--r-- | ftp/junglemonkey/files/patch-aa | 29 | ||||
-rw-r--r-- | ftp/junglemonkey/files/patch-doc::C::Makefile.in | 16 |
2 files changed, 16 insertions, 29 deletions
diff --git a/ftp/junglemonkey/files/patch-aa b/ftp/junglemonkey/files/patch-aa deleted file mode 100644 index a783c73d3faa..000000000000 --- a/ftp/junglemonkey/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Thu May 11 14:13:48 2000 -+++ configure Thu May 18 10:47:51 2000 -@@ -4706,7 +4706,7 @@ - JM_GLADE_FILE="jm-gnome.glade" - JM_GNOME_PIXMAP_FILE="jm-logo.png" - JM_GNOME_DESKTOP_FILE="jm.desktop" -- JM_HELPDIR="/gnome/help/jm/C" -+ JM_HELPDIR="/help/jm/C" - - else - if test "x$withval" = xno; then -@@ -4930,7 +4930,7 @@ - JM_GLADE_FILE="jm-gnome.glade" - JM_GNOME_PIXMAP_FILE="jm-logo.png" - JM_GNOME_DESKTOP_FILE="jm.desktop" -- JM_HELPDIR="/gnome/help/jm/C" -+ JM_HELPDIR="/help/jm/C" - - else - echo "$ac_t""no" 1>&6 -@@ -4962,7 +4962,7 @@ - JM_GLADE_FILE="jm-gnome.glade" - JM_GNOME_PIXMAP_FILE="jm-logo.png" - JM_GNOME_DESKTOP_FILE="jm.desktop" -- JM_HELPDIR="/gnome/help/jm/C" -+ JM_HELPDIR="/help/jm/C" - - else - echo "$ac_t""not found" 1>&6 diff --git a/ftp/junglemonkey/files/patch-doc::C::Makefile.in b/ftp/junglemonkey/files/patch-doc::C::Makefile.in new file mode 100644 index 000000000000..5c7f90400879 --- /dev/null +++ b/ftp/junglemonkey/files/patch-doc::C::Makefile.in @@ -0,0 +1,16 @@ +--- doc/C/Makefile.in.orig Sat Jun 1 01:45:57 2002 ++++ doc/C/Makefile.in Sat Jun 1 02:08:53 2002 +@@ -314,13 +314,9 @@ + + install-data-local: + $(mkinstalldirs) $(DESTDIR)$(jm_helpdir)/images +- $(mkinstalldirs) $(DESTDIR)$(jm_helpdir)/stylesheet-images + -for file in $(srcdir)/jm/*.html $(srcdir)/jm/*.css; do \ + basefile=`basename $$file`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(jm_helpdir)/$$basefile; \ +- done +- -for file in $(srcdir)/jm/stylesheet-images/*; do \ +- $(INSTALL_DATA) $$file $(DESTDIR)$(jm_helpdir)/stylesheet-images;\ + done + -for file in $(srcdir)/images/*.png; do \ + $(INSTALL_DATA) $$file $(DESTDIR)$(jm_helpdir)/images;\ |