freebsd-ports/www/emacs-w3m/files/extra-patch-Makefile.in
MANTANI Nobutaka 4fd524115c Update to 1.4.471 CVS snapshot on 2012/03/06.
Set correct INSTALL_TARGET for emacs-devel. [1]
Fix build error with WITHOUT_SHIMBUN=yes. [2]

PR:		ports/165611 [2]
Submitted by:	John Hein <jhein@symmetricom.com> [1], Seiji Ariga <freebsd@khaotic.net> [2]
Feature safe:	yes
2012-03-12 15:51:15 +00:00

17 lines
620 B
Text

--- Makefile.in.orig 2012-03-07 00:42:29.000000000 +0900
+++ Makefile.in 2012-03-07 00:42:39.000000000 +0900
@@ -92,14 +92,6 @@
$(INSTALL_DATA) shimbun/$$p "$(DESTDIR)$(lispdir)/s$$p";\
fi;\
done;\
- for p in `cd shimbun && echo *.el`; do\
- echo "$(INSTALL_DATA) shimbun/$$p \"$(DESTDIR)$(lispdir)/$$p\"";\
- $(INSTALL_DATA) shimbun/$$p "$(DESTDIR)$(lispdir)/$$p";\
- done;\
- for p in `cd shimbun && echo *.elc`; do\
- echo "$(INSTALL_DATA) shimbun/$$p \"$(DESTDIR)$(lispdir)/$$p\"";\
- $(INSTALL_DATA) shimbun/$$p "$(DESTDIR)$(lispdir)/$$p";\
- done;\
fi
install-icons: