summaryrefslogtreecommitdiff
path: root/lang
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
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')
-rw-r--r--lang/python-devel/Makefile2
-rw-r--r--lang/python/Makefile2
-rw-r--r--lang/python15/Makefile2
-rw-r--r--lang/python20/Makefile2
-rw-r--r--lang/python21/Makefile2
-rw-r--r--lang/python22/Makefile2
-rw-r--r--lang/python23/Makefile2
-rw-r--r--lang/python24/Makefile2
-rw-r--r--lang/python25/Makefile2
-rw-r--r--lang/python26/Makefile2
-rw-r--r--lang/python27/Makefile2
-rw-r--r--lang/python30/Makefile2
-rw-r--r--lang/python31/Makefile2
-rw-r--r--lang/python32/Makefile2
14 files changed, 14 insertions, 14 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile
index d3559fdedb37..3b275651461d 100644
--- a/lang/python-devel/Makefile
+++ b/lang/python-devel/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
diff --git a/lang/python/Makefile b/lang/python/Makefile
index f607714bd0ab..38af9f6aa5a9 100644
--- a/lang/python/Makefile
+++ b/lang/python/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
diff --git a/lang/python15/Makefile b/lang/python15/Makefile
index e73b18405ab6..22f95c64f19d 100644
--- a/lang/python15/Makefile
+++ b/lang/python15/Makefile
@@ -91,7 +91,7 @@ PLATFORMS=plat-freebsd2 plat-freebsd4 plat-freebsd5
PLATFORMS=plat-freebsd3 plat-freebsd4 plat-freebsd5
.endif
-pre-install:
+pre-su-install:
.for platform in ${PLATFORMS}
${MKDIR} ${PYTHONPREFIX_LIBDIR}/${platform}
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index b52237867df0..25d8da576f9a 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -110,7 +110,7 @@ PLATFORMS=plat-freebsd2 plat-freebsd4 plat-freebsd5
PLATFORMS=plat-freebsd3 plat-freebsd4 plat-freebsd5
.endif
-pre-install:
+pre-su-install:
.for platform in ${PLATFORMS}
${MKDIR} ${PYTHONPREFIX_LIBDIR}/${platform}
.for file in FCNTL.py IN.py SOCKET.py TERMIOS.py regen
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index 88377f549783..ad0785ef6ca3 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -72,7 +72,7 @@ post-extract:
${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \
${WRKSRC}/Tools/scripts/pydoc > ${WRKDIR}/pydoc2.1
-pre-install:
+pre-su-install:
.for platform in ${PLATFORMS}
${MKDIR} ${PYTHONPREFIX_LIBDIR}/${platform}
.for file in FCNTL.py IN.py regen
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 74353e34a068..1ddb3c24e2f8 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -88,7 +88,7 @@ post-patch:
's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \
${WRKSRC}/Lib/pydoc.py
-pre-install:
+pre-su-install:
.for platform in ${PLATFORMS}
${MKDIR} ${PYTHONPREFIX_LIBDIR}/${platform}
.for file in IN.py regen
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index f607714bd0ab..38af9f6aa5a9 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
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index f607714bd0ab..38af9f6aa5a9 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/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
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index d3559fdedb37..3b275651461d 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/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
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index d3559fdedb37..3b275651461d 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/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
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index d3559fdedb37..3b275651461d 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/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
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index d3559fdedb37..3b275651461d 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/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
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
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index d3559fdedb37..3b275651461d 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/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