summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-06-18 09:45:58 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-06-18 09:45:58 +0000
commitb1f3435e7d559d3cde44be9da831e8e46ac9bac4 (patch)
treec1180d5fa393eb1b945cb353f1c6470b2d28a5d1 /Mk/bsd.port.subdir.mk
parentDistfile re-rolled for a cosmetic fix to bash script. (diff)
Remove the last remnants of PKGINSTALLVER. It hasn't been used since
r231958 and the definition in bsd.port.subdir.mk generates a warning with bmake, pkgng and no pkg_info. Approved by: erwin
Notes
Notes: svn path=/head/; revision=321177
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index 46ce0f894f6d..1dfe5b20d8f7 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -140,15 +140,6 @@ _JAVA_PORTS_INSTALLED!= ${MAKE} -V _JAVA_PORTS_INSTALLED USE_JAVA=1 -f ${PORTSD
UID!= ${ID} -u
.endif
-.if exists(${LOCALBASE}/sbin/pkg_info)
-PKG_INFO?= ${LOCALBASE}/sbin/pkg_info
-.else
-PKG_INFO?= /usr/sbin/pkg_info
-.endif
-.if !defined(PKGINSTALLVER)
-PKGINSTALLVER!= ${PKG_INFO} -P 2>/dev/null | ${SED} -e 's/.*: //'
-.endif
-
.endif
INDEXDIR?= ${PORTSDIR}
@@ -374,7 +365,6 @@ README.html:
OSREL="${OSREL:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \
OSVERSION="${OSVERSION:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \
UID="${UID:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \
- PKGINSTALLVER="${PKGINSTALLVER:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \
HAVE_COMPAT_IA32_KERN="${HAVE_COMPAT_IA32_KERN}" \
CONFIGURE_MAX_CMD_LEN="${CONFIGURE_MAX_CMD_LEN}" \
PYTHON_DEFAULT_VERSION="${PYTHON_DEFAULT_VERSION}" \