diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-02-26 18:56:07 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-02-26 18:56:07 +0000 |
commit | ca846b21ef727d4c04b9a03bd905961829c28f08 (patch) | |
tree | 0388653c33f8221bbb819cea3c5456a63720b89f /editors | |
parent | New Release (diff) |
Fix a problem of checking emacs in the configure phase.
Notes
Notes:
svn path=/head/; revision=16907
Diffstat (limited to 'editors')
-rw-r--r-- | editors/psgml-emacs/Makefile | 3 | ||||
-rw-r--r-- | editors/psgml/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/editors/psgml-emacs/Makefile b/editors/psgml-emacs/Makefile index 78e48596b939..206894d28c1c 100644 --- a/editors/psgml-emacs/Makefile +++ b/editors/psgml-emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1999 # Whom: shige # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/02/12 14:43:41 kuriyama Exp $ # DISTNAME= psgml-1.1.6 @@ -66,7 +66,6 @@ PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} # main configurations # GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-emacs="${EMACS_CMD}" RUN_DEPENDS+= ${CATALOG}:${PORTSDIR}/textproc/dtd-catalogs pre-configure: diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 78e48596b939..206894d28c1c 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1999 # Whom: shige # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/02/12 14:43:41 kuriyama Exp $ # DISTNAME= psgml-1.1.6 @@ -66,7 +66,6 @@ PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} # main configurations # GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-emacs="${EMACS_CMD}" RUN_DEPENDS+= ${CATALOG}:${PORTSDIR}/textproc/dtd-catalogs pre-configure: |