diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-06-01 19:55:46 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-06-01 19:55:46 +0000 |
commit | e2293488c055bab7429297300cdf427d65e13e8a (patch) | |
tree | db83f28f44f1bb96ced7767f16bbc92410305cf0 /textproc/docbook-241 | |
parent | . pre-install -> pre-su-install as this port may create a directory in (diff) |
. pre-install -> pre-su-install as this port may create a directory in
${PREFIX} during this phase. This makes the port installable by a
non-root user.
Approved by: nik
Inspired by: jhb
Diffstat (limited to 'textproc/docbook-241')
-rw-r--r-- | textproc/docbook-241/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-241/Makefile b/textproc/docbook-241/Makefile index 149dff338268..3ffa8d781c6e 100644 --- a/textproc/docbook-241/Makefile +++ b/textproc/docbook-241/Makefile @@ -37,7 +37,7 @@ DTD_VERSION= 2.4.1 LATEST_LINK= docbook-241 -pre-install: +pre-su-install: @[ -d ${INSTDIR}/${DTD_VERSION} ] || ${MKDIR} ${INSTDIR}/${DTD_VERSION} do-install: |