aboutsummaryrefslogtreecommitdiff
path: root/textproc/xhtml
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-06-13 20:54:18 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-06-13 20:54:18 +0000
commitbdf48140fc33bd587ac1dcea2624193ff248cbda (patch)
tree9934224bda86cb667855af86cf4f5837e3a27957 /textproc/xhtml
parentace78e2421f52814e386abcea7b01290642895fc (diff)
downloadports-bdf48140fc33bd587ac1dcea2624193ff248cbda.tar.gz
ports-bdf48140fc33bd587ac1dcea2624193ff248cbda.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
Notes
Notes: svn path=/head/; revision=137408
Diffstat (limited to 'textproc/xhtml')
-rw-r--r--textproc/xhtml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile
index 93cfb164d012..6b6297379ebb 100644
--- a/textproc/xhtml/Makefile
+++ b/textproc/xhtml/Makefile
@@ -40,7 +40,7 @@ CATALOG_PORTS_XML= ${PREFIX}/share/xml/catalog.ports
post-patch:
${SED} -e 's#@@DTDDIR@@#${DTDDIR}#' < ${FILESDIR}/catalog.xml > ${WRKSRC}/catalog.xml
-pre-install:
+pre-su-install:
@[ -d ${DTDDIR} ] || ${MKDIR} ${DTDDIR}
do-install: