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/html | |
parent | ace78e2421f52814e386abcea7b01290642895fc (diff) |
Notes
Diffstat (limited to 'textproc/html')
-rw-r--r-- | textproc/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index 9f08b64ade50..891cda740bde 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -29,7 +29,7 @@ INSTDIR= ${PREFIX}/share/sgml/html XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports -pre-install: +pre-su-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} do-install: |