diff options
author | perky <perky@FreeBSD.org> | 2004-03-18 07:00:08 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-03-18 07:00:08 +0000 |
commit | 1e89e4e351106dc421100f51e216788f620b3ebd (patch) | |
tree | c7d0512197c7b4934f87237717f3d33353bf8497 /lang/python23 | |
parent | 31fc94a4f1e0fa534250fe0e05601971fe1001c4 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |