diff options
author | perky <perky@FreeBSD.org> | 2006-10-09 23:51:28 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-10-09 23:51:28 +0800 |
commit | e42f9bb31dc814d2b39e90e5379b275aa4e8d29a (patch) | |
tree | eb3bdcd9a47a481c6ee3aa0d6c4df8049afac534 /lang/python25 | |
parent | 3baac0f09c4a3d576405621c93e58f7baf4518aa (diff) | |
download | freebsd-ports-gnome-e42f9bb31dc814d2b39e90e5379b275aa4e8d29a.tar.gz freebsd-ports-gnome-e42f9bb31dc814d2b39e90e5379b275aa4e8d29a.tar.zst freebsd-ports-gnome-e42f9bb31dc814d2b39e90e5379b275aa4e8d29a.zip |
- 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/python25')
-rw-r--r-- | lang/python25/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 706e204e5f2d..8831de95431e 100644 --- a/lang/python25/Makefile +++ b/lang/python25/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} |