diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-27 16:12:56 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-27 16:12:56 +0000 |
commit | d21fa637ba9a381757154357216b44be9c17774f (patch) | |
tree | 59da80e61594c95e51165c054364068cddcdd0ba /editors | |
parent | 8509cbee7eea5debf9c1b0a10bf53415ccd401a2 (diff) | |
download | ports-d21fa637ba9a381757154357216b44be9c17774f.tar.gz ports-d21fa637ba9a381757154357216b44be9c17774f.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/psgml-emacs/Makefile | 6 | ||||
-rw-r--r-- | editors/psgml/Makefile | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/editors/psgml-emacs/Makefile b/editors/psgml-emacs/Makefile index 957b12e08ce2..6b220e9f8765 100644 --- a/editors/psgml-emacs/Makefile +++ b/editors/psgml-emacs/Makefile @@ -16,7 +16,6 @@ MAINTAINER?= shige@FreeBSD.org # distfile version PSGML_VER= 1.2.1 PSGML_STARTUPEL= psgml-startup.el -CATALOG= ${LOCALBASE}/share/sgml/catalog SCRIPTS_ENV= TARGETS="${PSGML_STARTUPEL}" PLIST_SUB= PSGML_STARTUPEL=${PSGML_STARTUPEL} @@ -45,11 +44,6 @@ CONFIGURE_ENV= EMACS=${EMACS_CMD} @${FALSE} .endif -# -# DTD catalogs -# -RUN_DEPENDS+= ${CATALOG}:${PORTSDIR}/textproc/dtd-catalogs - pre-configure: (cd ${WRKSRC} ; \ for i in psgml.el psgml.texi ; do \ diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 957b12e08ce2..6b220e9f8765 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -16,7 +16,6 @@ MAINTAINER?= shige@FreeBSD.org # distfile version PSGML_VER= 1.2.1 PSGML_STARTUPEL= psgml-startup.el -CATALOG= ${LOCALBASE}/share/sgml/catalog SCRIPTS_ENV= TARGETS="${PSGML_STARTUPEL}" PLIST_SUB= PSGML_STARTUPEL=${PSGML_STARTUPEL} @@ -45,11 +44,6 @@ CONFIGURE_ENV= EMACS=${EMACS_CMD} @${FALSE} .endif -# -# DTD catalogs -# -RUN_DEPENDS+= ${CATALOG}:${PORTSDIR}/textproc/dtd-catalogs - pre-configure: (cd ${WRKSRC} ; \ for i in psgml.el psgml.texi ; do \ |