From 2af3fdd8cfcae0118d8b24935f168996aa3e2997 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Mon, 9 Oct 2006 15:51:28 +0000 Subject: - 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. --- lang/python31/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lang/python31') diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 706e204e5f2d..8831de95431e 100644 --- a/lang/python31/Makefile +++ b/lang/python31/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} -- cgit v1.2.3