diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-12-25 01:20:38 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-12-25 01:20:38 +0800 |
commit | d1518b4b37629a2a0c6a549e919494ad52128f25 (patch) | |
tree | c466b777c2bc6d57e2d115d68c3db29e31ddf468 /editors | |
parent | 4d002c209e6e710c92a0b1f45510900143d2bc32 (diff) | |
download | freebsd-ports-gnome-d1518b4b37629a2a0c6a549e919494ad52128f25.tar.gz freebsd-ports-gnome-d1518b4b37629a2a0c6a549e919494ad52128f25.tar.zst freebsd-ports-gnome-d1518b4b37629a2a0c6a549e919494ad52128f25.zip |
Remove old port which is obsoleted by repocopy.
Found by: will's commit
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/psgml-emacs/Makefile | 65 | ||||
-rw-r--r-- | editors/psgml-emacs/distinfo | 1 | ||||
-rw-r--r-- | editors/psgml-emacs/files/patch-ac | 27 | ||||
-rw-r--r-- | editors/psgml-emacs/files/patch-ad | 21 | ||||
-rw-r--r-- | editors/psgml-emacs/files/patch-ae | 47 | ||||
-rw-r--r-- | editors/psgml-emacs/files/patch-af | 16 | ||||
-rw-r--r-- | editors/psgml-emacs/files/patch-ag | 39 | ||||
-rw-r--r-- | editors/psgml-emacs/files/patch-ai | 30 | ||||
-rw-r--r-- | editors/psgml-emacs/files/psgml-startup.el.in | 114 | ||||
-rw-r--r-- | editors/psgml-emacs/pkg-comment | 1 | ||||
-rw-r--r-- | editors/psgml-emacs/pkg-descr | 20 | ||||
-rw-r--r-- | editors/psgml-emacs/pkg-plist | 25 | ||||
-rw-r--r-- | editors/psgml-emacs/scripts/configure | 12 |
14 files changed, 0 insertions, 419 deletions
diff --git a/editors/Makefile b/editors/Makefile index cd74d066d1ef..aae7b416c203 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -92,7 +92,6 @@ SUBDIR += pico SUBDIR += poedit SUBDIR += psgml - SUBDIR += psgml-emacs SUBDIR += psgml-emacs19 SUBDIR += psgml-emacs20 SUBDIR += psgml-mule diff --git a/editors/psgml-emacs/Makefile b/editors/psgml-emacs/Makefile deleted file mode 100644 index 8fe99266cf65..000000000000 --- a/editors/psgml-emacs/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: psgml for emacs -# Date created: 23 January 1999 -# Whom: shige -# -# $FreeBSD$ -# - -PORTNAME= psgml -PORTVERSION= ${PSGML_VER} -CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= psgml -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -MAINTAINER?= shige@FreeBSD.org - -# distfile version -PSGML_VER= 1.2.3 -PSGML_STARTUPEL= psgml-startup.el - -SCRIPTS_ENV= TARGETS="${PSGML_STARTUPEL}" -PLIST_SUB= PSGML_STARTUPEL=${PSGML_STARTUPEL} - -# This is a master port. -PORTCLASS?= master - -.if (${PORTCLASS} == "master") -EMACS_PORT_NAME= emacs -.endif - -.include <bsd.port.pre.mk> - -# -# emacs ports setup -# -.if defined(EMACS_PORT_NAME) -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --lispdir=${LOCALBASE}/${EMACS_LIBDIR}/site-lisp/psgml \ - --infodir=${LOCALBASE}/info -CONFIGURE_ENV= EMACS=${EMACS_CMD} -.else -.BEGIN: - @${ECHO} "Error: Bad port." - @${ECHO} "You must define EMACS_PORT_NAME." - @${FALSE} -.endif - -pre-configure: - (cd ${WRKSRC} ; \ - for i in psgml.el psgml.texi ; do \ - ${RM} -f $${i}.in; \ - ${MV} $${i} $${i}.in; \ - ${CAT} $${i}.in | ${SED} -e "s;@prefix@;${LOCALBASE};g" > $${i}; \ - done) - ${CP} ${FILESDIR}/${PSGML_STARTUPEL}.in ${WRKDIR} - -post-install: - @(cd ${WRKSRC} ; \ - ${MAKE} install-info ; \ - ) - @${INSTALL_DATA} ${WRKDIR}/${PSGML_STARTUPEL} \ - ${LOCALBASE}/${EMACS_LIBDIR}/site-lisp - -.include <bsd.port.post.mk> diff --git a/editors/psgml-emacs/distinfo b/editors/psgml-emacs/distinfo deleted file mode 100644 index 18d908d34087..000000000000 --- a/editors/psgml-emacs/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (psgml-1.2.3.tar.gz) = 447e9377439dbf3063febbf7a35b7255 diff --git a/editors/psgml-emacs/files/patch-ac b/editors/psgml-emacs/files/patch-ac deleted file mode 100644 index 640c089d0e43..000000000000 --- a/editors/psgml-emacs/files/patch-ac +++ /dev/null @@ -1,27 +0,0 @@ ---- psgml.el.orig Mon Nov 16 06:45:03 1998 -+++ psgml.el Sat Jan 23 19:14:44 1999 -@@ -335,7 +335,7 @@ - (put 'sgml-system-path 'sgml-type 'file-list) - - (defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH")) -- '("%S" "/usr/local/lib/sgml/%o/%c/%d" )) -+ '("%S" "@prefix@/share/sgml/%o/%c/%d" )) - "*Mapping from public identifiers to file names. - This is a list of possible file names. To find the file for a public - identifier the elements of the list are used one at the time from the -@@ -361,13 +361,13 @@ - (defvar sgml-catalog-files (or (delete nil - (sgml-parse-colon-path - (getenv "SGML_CATALOG_FILES"))) -- '("catalog" "/usr/local/lib/sgml/catalog")) -+ '("catalog" "@prefix@/share/sgml/catalog")) - "*List of catalog entry files. - The files are in the format defined in the SGML Open Draft Technical - Resolution on Entity Management.") - (put 'sgml-catalog-files 'sgml-type 'file-list) - --(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "/usr/local/lib/sgml/ECAT") -+(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "@prefix@/share/sgml/ECAT") - "*List of catalog files for PSGML.") - (put 'sgml-ecat-files 'sgml-type 'file-list) - diff --git a/editors/psgml-emacs/files/patch-ad b/editors/psgml-emacs/files/patch-ad deleted file mode 100644 index 2a31b3bf480f..000000000000 --- a/editors/psgml-emacs/files/patch-ad +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig Sun Oct 10 23:12:40 1999 -+++ Makefile.in Sat Oct 16 20:24:14 1999 -@@ -31,6 +31,7 @@ - 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) - -@@ -42,8 +43,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 - - diff --git a/editors/psgml-emacs/files/patch-ae b/editors/psgml-emacs/files/patch-ae deleted file mode 100644 index 6910b39d7a89..000000000000 --- a/editors/psgml-emacs/files/patch-ae +++ /dev/null @@ -1,47 +0,0 @@ ---- psgml.texi.orig Mon Nov 16 06:45:07 1998 -+++ psgml.texi Sat Jan 23 21:10:21 1999 -@@ -11,10 +11,9 @@ - - @ifinfo --@format --START-INFO-DIR-ENTRY -+@dircategory The Emacs editor and associated tools -+@direntry - * PSGML: (psgml). PSGML, a major mode for SGML documents. --END-INFO-DIR-ENTRY --@end format -+@end direntry - @end ifinfo - - @ifinfo -@@ -401,10 +400,10 @@ - @code{SGML_PATH}. - - Given the public identifier above and the file name template --@samp{/usr/local/lib/sgml/%o/%c/%d}, the resulting file name is -+@samp{@prefix@/share/sgml/%o/%c/%d}, the resulting file name is - - @example --/usr/local/lib/sgml/ISO_8879:1986/entities/Added_Latin_1 -+@prefix@/share/sgml/ISO_8879:1986/entities/Added_Latin_1 - @end example - - Note: blanks are transliterated to @samp{_} (and also @samp{/} to -@@ -420,7 +419,7 @@ - is undefined the default is - - @lisp --("CATALOG" "/usr/local/lib/sgml/CATALOG") -+("catalog" "@prefix@/share/sgml/catalog") - @end lisp - @end defopt - -@@ -448,7 +447,7 @@ - environment variable is undefined the default is - - @lisp --("%S" "/usr/local/lib/sgml/%o/%c/%d") -+("%S" "@prefix@/share/sgml/%o/%c/%d") - @end lisp - @c Mapping from public identifiers to file names. - @end defopt diff --git a/editors/psgml-emacs/files/patch-af b/editors/psgml-emacs/files/patch-af deleted file mode 100644 index 18a916598525..000000000000 --- a/editors/psgml-emacs/files/patch-af +++ /dev/null @@ -1,16 +0,0 @@ ---- psgml-api.texi.orig Mon Nov 16 06:45:06 1998 -+++ psgml-api.texi Sat Jan 23 21:11:18 1999 -@@ -8,10 +8,9 @@ - - @ifinfo --@format --START-INFO-DIR-ENTRY -+@dircategory The Emacs editor and associated tools -+@direntry - * PSGML-API: (psgml-api). PSGML, the API documentation. --END-INFO-DIR-ENTRY --@end format -+@end direntry - @end ifinfo - - @ifinfo diff --git a/editors/psgml-emacs/files/patch-ag b/editors/psgml-emacs/files/patch-ag deleted file mode 100644 index 26cfff5127de..000000000000 --- a/editors/psgml-emacs/files/patch-ag +++ /dev/null @@ -1,39 +0,0 @@ ---- psgml-parse.el.orig Sat Nov 10 04:26:25 2001 -+++ psgml-parse.el Fri Nov 23 13:50:26 2001 -@@ -1243,6 +1243,11 @@ - (sgml-check-dtd-subset) - (sgml-pop-entity) - (erase-buffer) -+ ;; For Mule -+ (if (string-match "Emacs 20\." (emacs-version)) -+ (set-buffer-file-coding-system 'binary) -+ (if (boundp 'MULE) -+ (set-file-coding-system *noconv*))) - (sgml-write-dtd sgml-dtd-info to-file) - t)) - -@@ -1270,6 +1275,10 @@ - "Merge the binary coded dtd in the current buffer with the current dtd. - The current dtd is the variable sgml-dtd-info. Return t if the merge - was successful or nil if failed." -+ (if (string-match "Emacs 20\." (emacs-version)) -+ (set-buffer-file-coding-system 'binary) -+ (if (boundp 'MULE) -+ (set-file-coding-system *noconv*))) - (goto-char (point-min)) - (sgml-read-sexp) ; skip filev - (let ((dependencies (sgml-read-sexp)) -@@ -2489,7 +2498,12 @@ - (set-buffer sgml-scratch-buffer) - ;; For MULE to not misinterpret binary data set the mc-flag - ;; (reported by Jeffrey Friedl <jfriedl@nff.ncl.omron.co.jp>) -- (set 'mc-flag nil) -+ (set 'mc-flag nil) -+ ;; For MULE/Emacs 20 to not misinterpret binary data -+ (if (string-match "Emacs 20\." (emacs-version)) -+ (set-buffer-file-coding-system 'binary) -+ (if (boundp 'MULE) -+ (set-file-coding-system *noconv*))) - (when (eq sgml-scratch-buffer (default-value 'sgml-scratch-buffer)) - (make-local-variable 'sgml-scratch-buffer) - (setq sgml-scratch-buffer nil)) diff --git a/editors/psgml-emacs/files/patch-ai b/editors/psgml-emacs/files/patch-ai deleted file mode 100644 index 27e686bef7d9..000000000000 --- a/editors/psgml-emacs/files/patch-ai +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig Sun Oct 10 23:12:40 1999 -+++ configure Sat Oct 16 20:02:52 1999 -@@ -73,6 +73,11 @@ - - case "$ac_option" in - -+ -lispdir | --lispdir | --lispdi | --lispd | --lisp) -+ ac_prev=lispdir ;; -+ -lispdir=* | --lispdir=* | --lispdi=* | --lispd=* | --lisp=*) -+ lispdir="$ac_optarg" ;; -+ - -bindir | --bindir | --bindi | --bind | --bin | --bi) - ac_prev=bindir ;; - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) -@@ -687,6 +692,7 @@ - done - test -n "$EMACS" || EMACS="no" - -+if test -z "$lispdir" ; then - if test $EMACS != "no"; then - echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6 - echo "configure:693: checking where .elc files should go" >&5 -@@ -710,6 +716,7 @@ - fi - echo "$ac_t""$lispdir" 1>&6 - fi -+fi - - # Extract the first word of "makeinfo", so it can be a program name with args. - set dummy makeinfo; ac_word=$2 diff --git a/editors/psgml-emacs/files/psgml-startup.el.in b/editors/psgml-emacs/files/psgml-startup.el.in deleted file mode 100644 index 3460d69ff988..000000000000 --- a/editors/psgml-emacs/files/psgml-startup.el.in +++ /dev/null @@ -1,114 +0,0 @@ -;; -*- lisp -*- -;; -;; @(#)psgml-startup.el -- psgml startup elisp file. -;; -- by shige@FreeBSD.ORG - -;; setup load-path -(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path)) - (setq load-path (append '( - "@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/psgml" - ) load-path))) - -(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t) -(autoload 'xml-mode "psgml" "Major mode to edit XML files." t) - -(setq auto-mode-alist - (append (list '("\\.s?html?\\'" . sgml-mode)) - auto-mode-alist)) - -(setq sgml-custom-dtd - '(("HTML" "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML//EN\">") - ("HTML 2.0" "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">") - ("HTML 2.0 Level 1" - "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0 Level 1//EN\">") - ("HTML 2.0 Level 2" - "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0 Level 2//EN\">") - ("HTML 2.0 Strict Level 1" - "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0 Strict Level 1//EN\">") - ("HTML 2.0 Strict Level 2" - "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0 Strict Level 2//EN\">") - ("HTML 3.2" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">") - ("HTML 4.0" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\">") - ("HTML 4.0 Transitional" - "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">") - ("HTML 4.0 Frameset" - "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Frameset//EN\">") - ("HTML 4.01" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\">") - ("HTML 4.01 Transitional" - "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">") - ("HTML 4.01 Frameset" - "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\">") - ("XHTML 1.0 Strict" - "<!DOCTYPE XHTML PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\">") - ("XHTML 1.0 Transitional" - "<!DOCTYPE XHTML PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\">") - ("XHTML 1.0 Frameset" - "<!DOCTYPE XHTML PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\">") - ("DocBook V2.4.1" - "<!DOCTYPE DOCBOOK PUBLIC \"-//Davenport//DTD DocBook V2.4.1//EN\">") - ("DocBook V3.0" - "<!DOCTYPE DOCBOOK PUBLIC \"-//Davenport//DTD DocBook V3.0//EN\">") - ("DocBook V3.1" - "<!DOCTYPE DOCBOOK PUBLIC \"-//OASIS//DTD DocBook V3.1//EN\">") - ("DocBook V4.0" - "<!DOCTYPE DOCBOOK PUBLIC \"-//OASIS//DTD DocBook V4.0//EN\">") - ("DocBook V4.1" - "<!DOCTYPE DOCBOOK PUBLIC \"-//OASIS//DTD DocBook V4.1//EN\">") - ("LINUXDOC" - "<!DOCTYPE LINUXDOC PUBLIC \"-//FreeBSD//DTD linuxdoc//EN\">") - ("LINUXDOC 1.0" - "<!DOCTYPE LINUXDOC PUBLIC \"-//FreeBSD//DTD linuxdoc 1.0//EN\">") - ("LINUXDOC 1.1" - "<!DOCTYPE LINUXDOC PUBLIC \"-//FreeBSD//DTD linuxdoc 1.1//EN\">") - ("Article" - "<!DOCTYPE Article PUBLIC \"ISO 12083:1993//DTD Article//EN\">") - ("Book" - "<!DOCTYPE Book PUBLIC \"ISO 12083:1993//DTD Book//EN\">") - ("Mathematics" - "<!DOCTYPE Mathematics PUBLIC \"ISO 12083:1993//DTD Mathematics//EN\">") - ("Serial" - "<!DOCTYPE Serial PUBLIC \"ISO 12083:1993//DTD Serial//EN\">") - )) - -(setq-default sgml-auto-activate-dtd t) -(setq-default sgml-set-face t) - -(make-face 'sgml-comment-face) -(make-face 'sgml-doctype-face) -(make-face 'sgml-end-tag-face) -(make-face 'sgml-entity-face) -(make-face 'sgml-ignored-face) -(make-face 'sgml-ms-end-face) -(make-face 'sgml-ms-start-face) -(make-face 'sgml-pi-face) -(make-face 'sgml-sgml-face) -(make-face 'sgml-short-ref-face) -(make-face 'sgml-start-tag-face) - -(set-face-foreground 'sgml-comment-face "dark green") -(set-face-foreground 'sgml-doctype-face "maroon") -(set-face-foreground 'sgml-end-tag-face "SlateBlue") -(set-face-foreground 'sgml-entity-face "OrangeRed4") -(set-face-foreground 'sgml-ignored-face "maroon") -(set-face-background 'sgml-ignored-face "gray90") -(set-face-foreground 'sgml-ms-end-face "maroon") -(set-face-foreground 'sgml-ms-start-face "maroon") -(set-face-foreground 'sgml-pi-face "maroon") -(set-face-foreground 'sgml-sgml-face "maroon") -(set-face-foreground 'sgml-short-ref-face "goldenrod") -(set-face-foreground 'sgml-start-tag-face "SlateBlue") - -(setq-default sgml-markup-faces - '((comment . sgml-comment-face) - (doctype . sgml-doctype-face) - (end-tag . sgml-end-tag-face) - (entity . sgml-entity-face) - (ignored . sgml-ignored-face) - (ms-end . sgml-ms-end-face) - (ms-start . sgml-ms-start-face) - (pi . sgml-pi-face) - (sgml . sgml-sgml-face) - (short-ref . sgml-short-ref-face) - (start-tag . sgml-start-tag-face))) - -(provide 'psgml-startup) diff --git a/editors/psgml-emacs/pkg-comment b/editors/psgml-emacs/pkg-comment deleted file mode 100644 index 9193bbbc77ad..000000000000 --- a/editors/psgml-emacs/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A major mode for editing SGML and XML documents for emacs diff --git a/editors/psgml-emacs/pkg-descr b/editors/psgml-emacs/pkg-descr deleted file mode 100644 index a7d18952ab89..000000000000 --- a/editors/psgml-emacs/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -PSGML: a major mode for editing SGML and XML documents for emacs. - ---- Emacs Library Porting - - PSGML is a major mode for editing SGML and XML documents. It works -with GNU Emacs 19.34, 20.3 and later or with XEmacs 19.9 and later. -PSGML contains a simple SGML parser and can work with any DTD. -Functions provided includes menus and commands for inserting tags with -only the contextually valid tags, identification of structural errors, -editing of attribute values in a separate window with information about -types and defaults, and structure based editing. - - PSGML is installed the following directory tree: - ${PREFIX}/share/emacs/site-lisp/psgml/ - -To use psgml, put the following setup into your ~/.emacs: - - (require 'psgml-startup) - ---- Porting by shige <shige@FreeBSD.ORG>. diff --git a/editors/psgml-emacs/pkg-plist b/editors/psgml-emacs/pkg-plist deleted file mode 100644 index b0348f120b1f..000000000000 --- a/editors/psgml-emacs/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -%%EMACS_LIBDIR%%/site-lisp/psgml/iso88591.map -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-api.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-api.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-charent.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-charent.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-dtd.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-dtd.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-edit.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-edit.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-info.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-info.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-other.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-other.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml.elc -%%EMACS_LIBDIR%%/site-lisp/%%PSGML_STARTUPEL%% -@dirrm %%EMACS_LIBDIR%%/site-lisp/psgml -@unexec install-info --delete %D/info/psgml.info %D/info/dir -@unexec install-info --delete %D/info/psgml-api.info %D/info/dir -info/psgml.info -info/psgml-api.info -@exec install-info %D/info/psgml.info %D/info/dir -@exec install-info %D/info/psgml-api.info %D/info/dir diff --git a/editors/psgml-emacs/scripts/configure b/editors/psgml-emacs/scripts/configure deleted file mode 100644 index ecb50ff2751f..000000000000 --- a/editors/psgml-emacs/scripts/configure +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -for i in ${TARGETS} -do - if [ -f ${WRKDIR}/${i}.in ]; then - cat ${WRKDIR}/${i}.in | /usr/bin/sed \ - -e "s;@@PREFIX@@;${PREFIX};g" \ - -e "s;@@EMACS_LIBDIR@@;${EMACS_LIBDIR};g" \ - -e "s;@@EMACS_VER@@;${EMACS_VER};g" \ - > ${WRKDIR}/${i} - fi -done |