diff options
author | shige <shige@FreeBSD.org> | 2000-10-27 16:12:56 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-10-27 16:12:56 +0000 |
commit | 618efb743adb51c1461e2cae8d0cf336d31d5e3a (patch) | |
tree | 02f3a0526f1353df9fa728a903685810cb44224f | |
parent | 8b1d82acf92e76b03f43a31624cf1643134b7745 (diff) | |
download | FreeBSD-ports-618efb743adb51c1461e2cae8d0cf336d31d5e3a.zip FreeBSD-ports-618efb743adb51c1461e2cae8d0cf336d31d5e3a.tar.gz |
Delete dependency for textproc/dtd-catalos.
-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 957b12e..6b220e9 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 957b12e..6b220e9 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 \ |