1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Remove dead pkg_install code

This commit is contained in:
Bryan Drewery 2014-09-18 21:21:34 +00:00
parent 9179c89fa1
commit 1c3c69804d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368531

View File

@ -2260,21 +2260,6 @@ TMPPLIST?= ${WRKDIR}/.PLIST.mktmp
TMPPLIST_SORT?= ${WRKDIR}/.PLIST.mktmp.sorted
TMPGUCMD?= ${WRKDIR}/.PLIST.gucmd
.if !defined(PKG_ARGS)
PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`cd ${.CURDIR} && ${MAKE} actual-package-depends | ${GREP} -v -E ${PKG_IGNORE_DEPENDS} | ${SORT} -u -t : -k 2`" ${EXTRA_PKG_ARGS} $${_LATE_PKG_ARGS}
.if !defined(NO_MTREE)
PKG_ARGS+= -m ${MTREE_FILE}
.endif
.if defined(PKGORIGIN)
PKG_ARGS+= -o ${PKGORIGIN}
.endif
.if defined(CONFLICTS) && !defined(DISABLE_CONFLICTS)
PKG_ARGS+= -C "${CONFLICTS}"
.endif
.if defined(CONFLICTS_INSTALL) && !defined(DISABLE_CONFLICTS)
PKG_ARGS+= -C "${CONFLICTS_INSTALL}"
.endif
.endif
.if defined(PKG_NOCOMPRESS)
PKG_SUFX?= .tar
.else