From e2293488c055bab7429297300cdf427d65e13e8a Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Wed, 1 Jun 2005 19:55:46 +0000 Subject: . 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 --- textproc/docbook-241/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/docbook-241') 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: -- cgit v1.2.3