summaryrefslogtreecommitdiffstats
path: root/editors/AbiWord2/files/patch-GNUmakefile.in
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-18 04:39:14 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-18 04:39:14 +0800
commit3714b4aacdf5e4e1156cca7cd8236411c47de949 (patch)
tree05d9f41ad0a9623310a1a1611bac2cbde5105d7d /editors/AbiWord2/files/patch-GNUmakefile.in
parentc2e562ac62f30715c63dec6ba1296cf413c1af61 (diff)
downloadmarcuscom-ports-3714b4aacdf5e4e1156cca7cd8236411c47de949.tar
marcuscom-ports-3714b4aacdf5e4e1156cca7cd8236411c47de949.tar.gz
marcuscom-ports-3714b4aacdf5e4e1156cca7cd8236411c47de949.tar.bz2
marcuscom-ports-3714b4aacdf5e4e1156cca7cd8236411c47de949.tar.lz
marcuscom-ports-3714b4aacdf5e4e1156cca7cd8236411c47de949.tar.xz
marcuscom-ports-3714b4aacdf5e4e1156cca7cd8236411c47de949.tar.zst
marcuscom-ports-3714b4aacdf5e4e1156cca7cd8236411c47de949.zip
-Update to 2.1.3.
-Add a missing ${ABIVERSION}. -Switch from PREFIX to X11BASE when install icon, *.server, *.desktop and etc. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2401 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/AbiWord2/files/patch-GNUmakefile.in')
-rw-r--r--editors/AbiWord2/files/patch-GNUmakefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/AbiWord2/files/patch-GNUmakefile.in b/editors/AbiWord2/files/patch-GNUmakefile.in
index 191db41c0..ad9a02ccf 100644
--- a/editors/AbiWord2/files/patch-GNUmakefile.in
+++ b/editors/AbiWord2/files/patch-GNUmakefile.in
@@ -1,6 +1,6 @@
---- GNUmakefile.in.orig Thu Jun 10 17:36:52 2004
-+++ GNUmakefile.in Thu Jun 10 17:39:30 2004
-@@ -156,17 +156,17 @@
+--- GNUmakefile.in.orig Thu Jun 17 14:48:13 2004
++++ GNUmakefile.in Thu Jun 17 14:49:43 2004
+@@ -149,17 +149,17 @@
SUBDIRS = src
@@ -27,7 +27,7 @@
@BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash
@BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash
-@@ -585,7 +585,6 @@
+@@ -550,7 +550,6 @@
# Install the datafiles. This is quick-and-dirty.
install-data-local:
@@ -35,7 +35,7 @@
if test -d $(top_srcdir)/../abidistfiles ; then \
for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\
-@@ -598,11 +597,7 @@
+@@ -563,11 +562,7 @@
for file in $(top_srcdir)/../abidistfiles/$$dir/* ; do \
if test -f $$file ; then \
sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \