diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-04-27 23:35:54 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-04-27 23:35:54 +0000 |
commit | ed15a6fdb137cd45b9bd63b7953ae61e45ee4407 (patch) | |
tree | 04b776c19f95e026e1dd4ed3f651f3dfcbf082d8 | |
parent | Upgrade to 6.0.2. (diff) |
. pre-install -> pre-su-install so this port is installable by a non-root
user (it attempts to create a directory under ${PREFIX}).
-rw-r--r-- | textproc/docbook-400/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-400/Makefile b/textproc/docbook-400/Makefile index 76b6c79c58ea..6ca012fc5174 100644 --- a/textproc/docbook-400/Makefile +++ b/textproc/docbook-400/Makefile @@ -38,7 +38,7 @@ CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports LATEST_LINK= docbook-400 -pre-install: +pre-su-install: @[ -d ${INSTDIR}/${PORTVERSION} ] || ${MKDIR} ${INSTDIR}/${PORTVERSION} do-install: |