summaryrefslogtreecommitdiff
path: root/lang/python31
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-03-18 07:00:08 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-03-18 07:00:08 +0000
commit2f813973a541e09bed0e1a2d82035f6260227f4c (patch)
tree08df4e17f179c6c7b43e8e041d3c6c0248a75adc /lang/python31
parentSIZEify (diff)
Correct pre-install target to pre-su-install so that the credential
switch happens before directories are created under PREFIX. Submitted by: marcel
Notes
Notes: svn path=/head/; revision=104398
Diffstat (limited to 'lang/python31')
-rw-r--r--lang/python31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index d3559fdedb37..3b275651461d 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/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