summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-10-09 15:51:28 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-10-09 15:51:28 +0000
commit2af3fdd8cfcae0118d8b24935f168996aa3e2997 (patch)
treedd8faa25a86ae5a1629e81294c26c5a777fd5c72 /lang/python27
parent- Update MASTER_SITES list (diff)
- Restrict a dependency to the real interpreter to _RUN only. This
allows portupgrade to upgrade lang/python from 2.4 flawlessly. - So remove obsolete instruction.
Notes
Notes: svn path=/head/; revision=175103
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 706e204e5f2d..8831de95431e 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -179,13 +179,6 @@ pre-su-install:
.endfor
pre-install:
- @if [ -f ${PREFIX}/bin/python ]; then \
- ${ECHO_CMD} "=============================="; \
- ${ECHO_CMD} "If you're upgrading it using portupgrade, try portupgrade -o lang/python25 python-2.4.x"; \
- ${ECHO_CMD} "=============================="; \
- ${FALSE}; \
- fi
-
${EGREP} -v ${PLIST_EXCLUDE} ${PLIST_TEMPLATE} | \
${AWK} '{ print $$0; } \
/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }' > ${PLIST}