summaryrefslogtreecommitdiff
path: root/editors/psgml/files/patch-ad
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 15:44:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 15:44:17 +0000
commit931a6f1635f0c4b8d9fcd808549ec8b06b53a06a (patch)
tree5eaaf1da583a62709dd06c5baf2d412dce449c96 /editors/psgml/files/patch-ad
parentConvert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Remove non staged ports without pending PR from d*
Diffstat (limited to 'editors/psgml/files/patch-ad')
-rw-r--r--editors/psgml/files/patch-ad46
1 files changed, 0 insertions, 46 deletions
diff --git a/editors/psgml/files/patch-ad b/editors/psgml/files/patch-ad
deleted file mode 100644
index 1911137bfb06..000000000000
--- a/editors/psgml/files/patch-ad
+++ /dev/null
@@ -1,46 +0,0 @@
---- Makefile.in.orig Sun Mar 6 01:23:40 2005
-+++ Makefile.in Sat May 21 18:45:15 2005
-@@ -20,17 +20,29 @@
- SHELL = /bin/sh
-
- compile:
-+ for F in psgml.el psgml.texi; do \
-+ sed -e "s,@[p]refix@,${prefix}," < $$F > $$F.tmp; \
-+ mv $$F.tmp $$F; \
-+ done
- $(EMACS) $(FLAGS) -f psgml-compile-files
-
--all:
-- rm -f *.elc ; $(EMACS) $(FLAGS) -f psgml-compile-files
-+info:
-+ for p in psgml psgml-api; do \
-+ $(EMACS) -batch -q -no-site-file -l texinfmt \
-+ -f batch-texinfo-format $$p.texi; \
-+ done
-
-+all:
-+ rm -f *.elc
-+ ${MAKE} compile
-+ ${MAKE} info
-
--install: compile
-+install:
- $(SHELL) mkinstalldirs $(lispdir)
- for p in *.elc; do \
- echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
- $(INSTALL_DATA) $$p $(lispdir)/$$p; \
-+ $(INSTALL_DATA) `echo $$p | sed 's/elc$$/el/'` $(lispdir)/`echo $$p | sed 's/elc$$/el/'` ; \
- done
- $(INSTALL_DATA) iso88591.map $(lispdir)
-
-@@ -39,8 +51,8 @@
- $(INSTALL_DATA) psgml-api.info $(infodir)
- if $(SHELL) -c 'install-info --version' \
- >/dev/null 2>&1; then \
-- install-info --info-dir=$(infodir) psgml.info; \
-- install-info --info-dir=$(infodir) psgml-api.info; \
-+ install-info $(infodir)/psgml.info $(infodir)/dir; \
-+ install-info $(infodir)/psgml-api.info $(infodir)/dir; \
- else true; fi
-
-