1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix 'make package' when using pkg_install. Broken in r332158 due to syntax

error in else branch for pkgng.

Reported by:	danfe, mandree
Submitted by:	Takefu <takefu@airport.fm>
With hat:	portmgr
This commit is contained in:
Bryan Drewery 2013-10-31 02:27:14 +00:00
parent 826216342d
commit de9253dbd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332196

View File

@ -4155,6 +4155,8 @@ install-ldconfig-file:
.if defined(WITH_PKGNG)
_UG_OUTPUT= ${WRKDIR}/users-groups.sh
PKGPREINSTALL+= ${_UG_OUTPUT}
.else
_UG_OUTPUT= /dev/null
.endif
.endif
create-users-groups: