aboutsummaryrefslogtreecommitdiff
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
parent4284a4c16394afa6d88c9d70e8aed0811df8bb1f (diff)
downloadports-b1f3435e7d559d3cde44be9da831e8e46ac9bac4.tar.gz
ports-b1f3435e7d559d3cde44be9da831e8e46ac9bac4.zip
Notes
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}" \