summaryrefslogtreecommitdiffstats
path: root/lang/python23
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2004-03-18 07:00:08 +0000
committerperky <perky@FreeBSD.org>2004-03-18 07:00:08 +0000
commit1e89e4e351106dc421100f51e216788f620b3ebd (patch)
treec7d0512197c7b4934f87237717f3d33353bf8497 /lang/python23
parent31fc94a4f1e0fa534250fe0e05601971fe1001c4 (diff)
downloadFreeBSD-ports-1e89e4e351106dc421100f51e216788f620b3ebd.zip
FreeBSD-ports-1e89e4e351106dc421100f51e216788f620b3ebd.tar.gz
Correct pre-install target to pre-su-install so that the credential
switch happens before directories are created under PREFIX. Submitted by: marcel
Diffstat (limited to 'lang/python23')
-rw-r--r--lang/python23/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index f607714..38af9f6 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -146,7 +146,7 @@ post-build:
${LN} -f lib${PYTHON_VERSION}.so lib${PYTHON_VERSION}.so.1; \
${LN} -f python ${PYTHON_VERSION:S/thon/thon-shared/}
-pre-install:
+pre-su-install:
.for platform in ${PLATFORMS}
${MKDIR} ${PYTHONPREFIX_LIBDIR}/${platform}
.for file in IN.py regen
OpenPOWER on IntegriCloud