diff options
author | glewis <glewis@FreeBSD.org> | 2005-04-28 07:35:54 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-04-28 07:35:54 +0800 |
commit | 57e402389cc9f0e51344b445a2c71074656f44e8 (patch) | |
tree | b95da0143c6db2db59830b6fcac493ed2d9d2ab3 /textproc | |
parent | d40ec98e6a1ea83242b93c4df6c6825f235904b6 (diff) | |
download | freebsd-ports-gnome-57e402389cc9f0e51344b445a2c71074656f44e8.tar.gz freebsd-ports-gnome-57e402389cc9f0e51344b445a2c71074656f44e8.tar.zst freebsd-ports-gnome-57e402389cc9f0e51344b445a2c71074656f44e8.zip |
. pre-install -> pre-su-install so this port is installable by a non-root
user (it attempts to create a directory under ${PREFIX}).
Diffstat (limited to 'textproc')
-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: |