diff options
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: |