aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-07-11 23:25:42 +0800
committermat <mat@FreeBSD.org>2014-07-11 23:25:42 +0800
commit4e922c280cec1fd3cecdccdbc6d4b8e8d2a9501c (patch)
treea0fe9fcd1cdb5152ed7e9e5c4209b14608ba387c /Mk
parent766d7619188f148ee5dc1061a0da56e7ed6f728b (diff)
downloadfreebsd-ports-gnome-4e922c280cec1fd3cecdccdbc6d4b8e8d2a9501c.tar.gz
freebsd-ports-gnome-4e922c280cec1fd3cecdccdbc6d4b8e8d2a9501c.tar.zst
freebsd-ports-gnome-4e922c280cec1fd3cecdccdbc6d4b8e8d2a9501c.zip
Be a bit more direct about pkg_install having to be replaced by pkg.
Reviewed by: swills Sponsored by: Absolight
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3c71eeaa2199..38efb99b7903 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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