diff options
author | glewis <glewis@FreeBSD.org> | 2005-06-14 04:54:18 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-06-14 04:54:18 +0800 |
commit | 96c0d949c4e54261e5b7a1a3d991fdfef124b2a6 (patch) | |
tree | 0358d8da7e32a86ab736907f9ae7fc5f92fde360 /textproc/linuxdoc | |
parent | 1c31656fa1baa9faeecfbd3506e98161ed6a4f72 (diff) | |
download | freebsd-ports-gnome-96c0d949c4e54261e5b7a1a3d991fdfef124b2a6.tar.gz freebsd-ports-gnome-96c0d949c4e54261e5b7a1a3d991fdfef124b2a6.tar.zst freebsd-ports-gnome-96c0d949c4e54261e5b7a1a3d991fdfef124b2a6.zip |
. pre-install -> pre-su-install as this port may create a directory in
${PREFIX} during this phase. Makes the port installable by a non-root
user.
Approved by: kuriyama
Inspired by: jhb
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: |