summaryrefslogtreecommitdiff
path: root/editors/emacs21/files
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-03-06 17:57:21 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-03-06 17:57:21 +0000
commite1566ae99c32848f2210375f25e9768f4766fbb4 (patch)
tree627373df0e818d5e62c02137682afb9b555a1343 /editors/emacs21/files
parent*.cxx also needs <malloc.h>|<stdlib.h> (diff)
Byte-compile only patched elisp files.
Stop removing ${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc before install.
Notes
Notes: svn path=/head/; revision=55649
Diffstat (limited to 'editors/emacs21/files')
-rw-r--r--editors/emacs21/files/patch-Makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/emacs21/files/patch-Makefile.in b/editors/emacs21/files/patch-Makefile.in
new file mode 100644
index 000000000000..63b440560094
--- /dev/null
+++ b/editors/emacs21/files/patch-Makefile.in
@@ -0,0 +1,17 @@
+--- Makefile.in.orig Thu Mar 7 00:13:23 2002
++++ Makefile.in Thu Mar 7 00:14:30 2002
+@@ -348,14 +348,6 @@
+ ## as a workaround for a bug in tar on Ultrix 4.2.
+ install-arch-indep: mkdir info
+ -set ${COPYDESTS} ; \
+- unset CDPATH; \
+- for dir in ${COPYDIR} ; do \
+- if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \
+- rm -rf $$1 ; \
+- fi ; \
+- shift ; \
+- done
+- -set ${COPYDESTS} ; \
+ mkdir ${COPYDESTS} ; \
+ chmod ugo+rx ${COPYDESTS} ; \
+ unset CDPATH; \