mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
Garbage collect TMPPLIST_SORT which is not needed anymore since pkg(8)
Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D10324
This commit is contained in:
parent
35443a2327
commit
fcb05da597
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438097
@ -2113,8 +2113,6 @@ PKGMESSAGE?= ${PKGDIR}/pkg-message
|
||||
_PKGMESSAGES+= ${PKGMESSAGE}
|
||||
|
||||
TMPPLIST?= ${WRKDIR}/.PLIST.mktmp
|
||||
TMPPLIST_SORT?= ${WRKDIR}/.PLIST.mktmp.sorted
|
||||
TMPGUCMD?= ${WRKDIR}/.PLIST.gucmd
|
||||
|
||||
.if defined(PKG_NOCOMPRESS)
|
||||
PKG_SUFX?= .tar
|
||||
@ -4412,9 +4410,6 @@ generate-plist: ${WRKDIR}
|
||||
${TMPPLIST}:
|
||||
@cd ${.CURDIR} && ${MAKE} generate-plist
|
||||
|
||||
${TMPPLIST_SORT}: ${TMPPLIST}
|
||||
@${SORT} -u ${TMPPLIST} >${TMPPLIST_SORT}
|
||||
|
||||
.for _type in EXAMPLES DOCS
|
||||
.if !target(add-plist-${_type:tl})
|
||||
.if defined(PORT${_type}) && !defined(NOPORT${_type})
|
||||
|
Loading…
Reference in New Issue
Block a user