summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>1998-02-25 01:22:56 +0000
committertron <tron>1998-02-25 01:22:56 +0000
commit726bfd2dffe39784a55d18c745a9cb338d4c2ddc (patch)
tree345bfba1d5d22fbff76ca203f2f12228023ce06c /editors
parent6f0d1882f401b01ed84a748c384cb993e2649f35 (diff)
downloadpkgsrc-726bfd2dffe39784a55d18c745a9cb338d4c2ddc.tar.gz
Make sure that "utilities run internally by XEmacs" are really installed.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/patches/patch-ac20
1 files changed, 16 insertions, 4 deletions
diff --git a/editors/xemacs20/patches/patch-ac b/editors/xemacs20/patches/patch-ac
index 7ac6add1003..31ae5396141 100644
--- a/editors/xemacs20/patches/patch-ac
+++ b/editors/xemacs20/patches/patch-ac
@@ -1,6 +1,15 @@
--- lib-src/Makefile.in.in.orig Sun Oct 12 03:39:30 1997
-+++ lib-src/Makefile.in.in Sun Feb 22 23:32:28 1998
-@@ -197,7 +197,7 @@
++++ lib-src/Makefile.in.in Wed Feb 25 01:34:51 1998
+@@ -186,7 +186,7 @@
+
+ ## Install the internal utilities. Until they are installed, we can
+ ## just run them directly from lib-src.
+-${archlibdir}: all
++install-archlibdir: all
+ @echo; echo "Installing utilities run internally by XEmacs."
+ ./make-path ${archlibdir}
+ if test `(cd ${archlibdir} && $(pwd))` != `$(pwd)`; then \
+@@ -197,20 +197,30 @@
if test `(cd ${archlibdir} && $(pwd))` \
!= `(cd ${srcdir} && $(pwd))`; then \
for f in ${SCRIPTS}; do \
@@ -9,8 +18,11 @@
done ; \
fi
-@@ -207,10 +207,20 @@
- install: ${archlibdir}
+ ## We do not need to install "wakeup" explicitly, because it will be
+ ## copied when this whole directory is copied.
+ .PHONY : all maybe-blessmail install uninstall
+-install: ${archlibdir}
++install: install-archlibdir
@echo; echo "Installing utilities for users to run."
for file in ${INSTALLABLES} ; do \
- (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \