summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-18 00:23:52 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-18 00:23:52 +0000
commit55ca6c67726a9a7a94238c54e605bf059411887f (patch)
tree63916dcb6b3b227291ccc245da202fbd4b62e12b /editors
parent- upgrade to 3.22.26a (diff)
sh(1) is not bash on FreeBSD so 'source' isn't a command. Change
it to '.' Submitted by: steve
Notes
Notes: svn path=/head/; revision=21698
Diffstat (limited to 'editors')
-rw-r--r--editors/lpe/files/patch-ae13
1 files changed, 11 insertions, 2 deletions
diff --git a/editors/lpe/files/patch-ae b/editors/lpe/files/patch-ae
index 999555337905..9186e41dbd73 100644
--- a/editors/lpe/files/patch-ae
+++ b/editors/lpe/files/patch-ae
@@ -1,5 +1,5 @@
---- Makefile.in.orig Sat Jul 3 19:33:57 1999
-+++ Makefile.in Mon Jul 5 10:28:35 1999
+--- Makefile.in.orig Sat Jul 3 21:33:57 1999
++++ Makefile.in Fri Sep 17 17:59:58 1999
@@ -108,8 +108,8 @@
lpe_LDADD = @INTLLIBS@ @INTLOBJS@ @DL_LIB@ @SLANG_LIB@
lpe_LDFLAGS = @lpe_LDFLAGS@
@@ -11,3 +11,12 @@
liblpedir = $(libdir)/lpe
+@@ -650,7 +650,7 @@
+ install-data-hook:
+ list="@MODES@" ; \
+ for mode in $$list; do \
+- ( cd $(DESTDIR)$(liblpedir) ; source $$mode ; \
++ ( . $(srcdir)/$$mode ; cd $(DESTDIR)$(liblpedir) ; \
+ newname="`echo $$mode | sed -e 's/lib\(.*\)\.la/\1.so/'`" ; \
+ test -f $$newname && rm -f $$newname ; \
+ ln -s $$dlname $$newname ) ; \