1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Be a bit more direct about pkg_install having to be replaced by pkg.

Reviewed by:	swills
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-07-11 15:25:42 +00:00
parent 1c04e7d73e
commit 8f85de0a30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361547

View File

@ -1243,7 +1243,7 @@ WITH_PKGNG?= yes
.endif
.if !defined(WITH_PKGNG) && !defined(NO_WARNING_PKG_INSTALL_EOL)
WARNING+= "pkg_install EOL is scheduled for 2014-09-01. Please consider migrating to pkgng"
WARNING+= "pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng"
WARNING+= "http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/"
WARNING+= "If you do not want to see this message again set NO_WARNING_PKG_INSTALL_EOL=yes in your make.conf"
.endif
@ -4195,7 +4195,7 @@ fix-plist-sequence: ${TMPPLIST}
@cd ${.CURDIR} && { ${MAKE} pretty-print-config | fold -sw 120 | ${SED} -e 's/^/@comment OPTIONS:/'; } >> ${TMPPLIST}
@${AWK} -f ${KEYWORDS}/pkg_install.awk ${TMPPLIST} > ${TMPPLIST}.keyword && \
${MV} -f ${TMPPLIST}.keyword ${TMPPLIST}
@${ECHO_CMD} "@exec echo pkg_install EOL is scheduled for 2014-09-01. Please consider migrating to pkgng" >> ${TMPPLIST}
@${ECHO_CMD} "@exec echo pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng" >> ${TMPPLIST}
@${ECHO_CMD} "@exec echo http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/" >> ${TMPPLIST}
.endif
.endif