1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/editors/abiword/files/patch-GNUmakefile.in
Jeremy Messenger 924f071a21 -Update to 2.2.3, see more details:
http://www.abisource.com/release-notes/2.2.3.phtml
	http://www.abisource.com/changelogs/2.2.3.phtml

-Remove the 'text/plain' mimetype in the favor of 10 days vote @ freebsd-gnome.
	no	12% (3 votes)
	yes	87% (21 votes)

-Few of our patches have been merged in the this release.
2005-01-17 21:23:31 +00:00

48 lines
1.8 KiB
Plaintext

--- GNUmakefile.in.orig Wed Jan 5 15:28:11 2005
+++ GNUmakefile.in Wed Jan 5 15:30:55 2005
@@ -315,15 +315,15 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
SUBDIRS = src
-expat_peerdir = $(top_builddir)/../expat
-wv_peerdir = $(top_builddir)/../wv
-libiconv_peerdir = $(top_builddir)/../libiconv
-libpng_peerdir = @LIBPNG_PEERDIR@
-libpopt_peerdir = $(top_builddir)/../popt
-desktop_DATA = abiword.desktop
-desktopdir = $(datadir)/applications
-icon_DATA = abiword_48.png
-icondir = $(datadir)/icons
+#expat_peerdir = $(top_builddir)/../expat
+#wv_peerdir = $(top_builddir)/../wv
+#libiconv_peerdir = $(top_builddir)/../libiconv
+#libpng_peerdir = @LIBPNG_PEERDIR@
+#libpopt_peerdir = $(top_builddir)/../popt
+#desktop_DATA = abiword.desktop
+#desktopdir = $(datadir)/applications
+#icon_DATA = abiword_48.png
+#icondir = $(datadir)/icons
@BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash
@BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash
@WITH_ISPELL_FALSE@INSTALLDICTIONARY = no
@@ -816,7 +816,6 @@
# Install the datafiles. This is quick-and-dirty.
install-data-local:
- @$(mkinstalldirs) $(DESTDIR)$(bonobodir)
if test -d $(top_srcdir)/../abidistfiles ; then \
for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\
@@ -829,11 +828,7 @@
for file in `echo $(top_srcdir)/../abidistfiles/$$dir/* | grep -v MANIFEST`; do \
if test -f $$file ; then \
sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \
- if test "$$sfile.server" = $$file; then \
- $(INSTALL_DATA) $$file $(DESTDIR)$(bonobodir); \
- else \
$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$dir; \
- fi; \
fi; \
done; \
fi; \