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