diff options
author | perky <perky@FreeBSD.org> | 2006-10-09 15:51:28 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-10-09 15:51:28 +0000 |
commit | e42f9bb31dc814d2b39e90e5379b275aa4e8d29a (patch) | |
tree | eb3bdcd9a47a481c6ee3aa0d6c4df8049afac534 /lang/python31 | |
parent | 3baac0f09c4a3d576405621c93e58f7baf4518aa (diff) | |
download | FreeBSD-ports-e42f9bb31dc814d2b39e90e5379b275aa4e8d29a.zip FreeBSD-ports-e42f9bb31dc814d2b39e90e5379b275aa4e8d29a.tar.gz |
- 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.
Diffstat (limited to 'lang/python31')
-rw-r--r-- | lang/python31/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 706e204..8831de9 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} |