diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-09 15:40:08 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-09 15:40:08 +0000 |
commit | 9d94ca02c9d1ced652003b53c641441bec1cc6d4 (patch) | |
tree | c19397fee5300730aaaf7cbc1f018f4f41408a47 /lang/python31 | |
parent | a73e8483421647dc847de710ea61be5ae261e0d2 (diff) | |
download | ports-9d94ca02c9d1ced652003b53c641441bec1cc6d4.tar.gz ports-9d94ca02c9d1ced652003b53c641441bec1cc6d4.zip |
Notes
Diffstat (limited to 'lang/python31')
-rw-r--r-- | lang/python31/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 8831de95431e..706e204e5f2d 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -179,6 +179,13 @@ 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} |