diff options
author | shige <shige@FreeBSD.org> | 1999-05-23 16:23:36 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-05-23 16:23:36 +0000 |
commit | e7e94f4a27470ed10457f5dcd08c6a1b82a13ff3 (patch) | |
tree | 4556e5812a7abac02db7edba99fa748da279f6be /editors/psgml | |
parent | 679de7d24ee5a280bf1aba5283b241d4a98805d5 (diff) | |
download | FreeBSD-ports-e7e94f4a27470ed10457f5dcd08c6a1b82a13ff3.zip FreeBSD-ports-e7e94f4a27470ed10457f5dcd08c6a1b82a13ff3.tar.gz |
Change from psgml-setup.el to psgml-setupel.el.
Improve scripts/configure (delete needless indirect INFILES variable).
Use PSGML_SETUPEL in PLIST_SUB.
Diffstat (limited to 'editors/psgml')
-rw-r--r-- | editors/psgml/Makefile | 10 | ||||
-rw-r--r-- | editors/psgml/pkg-descr | 2 | ||||
-rw-r--r-- | editors/psgml/pkg-plist | 2 | ||||
-rw-r--r-- | editors/psgml/scripts/configure | 2 |
4 files changed, 7 insertions, 9 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 7bca000..47f5d74 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1999 # Whom: shige # -# $Id: Makefile,v 1.2 1999/02/26 18:56:07 shige Exp $ +# $Id: Makefile,v 1.3 1999/03/01 09:18:27 shige Exp $ # DISTNAME= psgml-1.1.6 @@ -14,9 +14,8 @@ MAINTAINER?= shige@FreeBSD.ORG # distfile version PSGML_VER= 1.1.6 -PSGML_SETUPEL= psgml-setup.el +PSGML_SETUPEL= psgml-setupel.el CATALOG= ${PREFIX}/share/sgml/catalog -INFILES= ${PSGML_SETUPEL} # This is a master port. PORTCLASS?= master @@ -52,9 +51,10 @@ RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .endif CONFIGURE_ENV= EMACS=${EMACS_CMD} MAKE_FLAGS= EMACS=${EMACS_CMD} -SCRIPTS_ENV= INFILES=${INFILES} \ +SCRIPTS_ENV= TARGETS="${PSGML_SETUPEL}" \ EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} -PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} +PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ + PSGML_SETUPEL=${PSGML_SETUPEL} .else .BEGIN: @${ECHO} "Error: Bad port." diff --git a/editors/psgml/pkg-descr b/editors/psgml/pkg-descr index 12d6fa3..58efc7b 100644 --- a/editors/psgml/pkg-descr +++ b/editors/psgml/pkg-descr @@ -15,6 +15,6 @@ types and defaults, and structure based editing. To use psgml, put the following setup into your ~/.emacs: - (require 'psml-setup) + (require 'psml-setupel) --- Porting by shige <shige@FreeBSD.ORG>. diff --git a/editors/psgml/pkg-plist b/editors/psgml/pkg-plist index 74a376a..d7b1b23 100644 --- a/editors/psgml/pkg-plist +++ b/editors/psgml/pkg-plist @@ -15,7 +15,7 @@ %%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-setup.el +%%EMACS_LIBDIR%%/site-lisp/%%PSGML_SETUPEL%% @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 diff --git a/editors/psgml/scripts/configure b/editors/psgml/scripts/configure index 2feca21..ecb50ff 100644 --- a/editors/psgml/scripts/configure +++ b/editors/psgml/scripts/configure @@ -1,7 +1,5 @@ #!/bin/sh -TARGETS=${INFILES} - for i in ${TARGETS} do if [ -f ${WRKDIR}/${i}.in ]; then |