diff options
Diffstat (limited to 'editors/psgml')
-rw-r--r-- | editors/psgml/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
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 \ |