Fix once upon a time brain-o and fix executing pkg-install for installations
_with_ servers. This should make bento happy again.
This commit is contained in:
parent
80a58dba11
commit
ee42422c6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81512
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ do-install:
|
||||||
${GMAKE} -C src/include ${INSTALL_TARGET} ;\
|
${GMAKE} -C src/include ${INSTALL_TARGET} ;\
|
||||||
${GMAKE} -C src/interfaces ${INSTALL_TARGET} ;\
|
${GMAKE} -C src/interfaces ${INSTALL_TARGET} ;\
|
||||||
${GMAKE} -C doc ${INSTALL_TARGET}
|
${GMAKE} -C doc ${INSTALL_TARGET}
|
||||||
|
.else
|
||||||
pre-install:
|
pre-install:
|
||||||
@ ${SETENV} PKG_PREFIX=${PREFIX} \
|
@ ${SETENV} PKG_PREFIX=${PREFIX} \
|
||||||
${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
|
${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
|
||||||
|
|
Loading…
Reference in a new issue