diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-06-13 20:54:18 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-06-13 20:54:18 +0000 |
commit | bdf48140fc33bd587ac1dcea2624193ff248cbda (patch) | |
tree | 9934224bda86cb667855af86cf4f5837e3a27957 /textproc/xhtml | |
parent | ace78e2421f52814e386abcea7b01290642895fc (diff) |
Notes
Diffstat (limited to 'textproc/xhtml')
-rw-r--r-- | textproc/xhtml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile index 93cfb164d012..6b6297379ebb 100644 --- a/textproc/xhtml/Makefile +++ b/textproc/xhtml/Makefile @@ -40,7 +40,7 @@ CATALOG_PORTS_XML= ${PREFIX}/share/xml/catalog.ports post-patch: ${SED} -e 's#@@DTDDIR@@#${DTDDIR}#' < ${FILESDIR}/catalog.xml > ${WRKSRC}/catalog.xml -pre-install: +pre-su-install: @[ -d ${DTDDIR} ] || ${MKDIR} ${DTDDIR} do-install: |