diff options
author | shige <shige@FreeBSD.org> | 1999-05-23 15:44:31 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-05-23 15:44:31 +0000 |
commit | 44591a16d167370d223f1695593d7910eab8f202 (patch) | |
tree | 2a805f493b4ddedcfe304ef3a3108bd81aed99a8 /editors/semi114-emacs20 | |
parent | e03d8334e212c425c5e852b1de249f32f9be76a0 (diff) | |
download | FreeBSD-ports-44591a16d167370d223f1695593d7910eab8f202.zip FreeBSD-ports-44591a16d167370d223f1695593d7910eab8f202.tar.gz |
Improve scripts/configure.
Fix pkg/DESCR (sync with apel/flim modification).
Diffstat (limited to 'editors/semi114-emacs20')
-rw-r--r-- | editors/semi114-emacs20/Makefile | 5 | ||||
-rw-r--r-- | editors/semi114-emacs20/pkg-descr | 4 | ||||
-rw-r--r-- | editors/semi114-emacs20/scripts/configure | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/editors/semi114-emacs20/Makefile b/editors/semi114-emacs20/Makefile index 7aebc57..e0896c0 100644 --- a/editors/semi114-emacs20/Makefile +++ b/editors/semi114-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1999/05/10 15:54:03 shige Exp $ +# $Id: Makefile,v 1.4 1999/05/21 13:31:52 shige Exp $ # DISTNAME= semi-${SEMI_VER} @@ -50,7 +50,8 @@ RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common .else RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .endif -SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} +SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ + TARGETS="${SEMI_SETUPEL}" PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ SEMIDOCDIR=${SEMIDOCDIR} SEMI_SETUPEL=${SEMI_SETUPEL} MAKE_FLAGS= EMACS=${EMACS_CMD} diff --git a/editors/semi114-emacs20/pkg-descr b/editors/semi114-emacs20/pkg-descr index db3d505..2fde403 100644 --- a/editors/semi114-emacs20/pkg-descr +++ b/editors/semi114-emacs20/pkg-descr @@ -25,8 +25,8 @@ SEMI, Library of MIME feature for GNU Emacs for emacs. To use flim, put the following setup into your ~/.emacs: - (require 'apel-setup) - (require 'flim-setup) + (require 'apel-setupel) + (require 'flim-setupel) (require 'semi-setupel) --- Porting by shige <shige@FreeBSD.ORG> diff --git a/editors/semi114-emacs20/scripts/configure b/editors/semi114-emacs20/scripts/configure index c19c60d..a489484 100644 --- a/editors/semi114-emacs20/scripts/configure +++ b/editors/semi114-emacs20/scripts/configure @@ -1,7 +1,5 @@ #!/bin/sh -TARGETS='semi-setupel.el' - for i in ${TARGETS} do if [ -f ${WRKDIR}/${i}.in ]; then |