- Support staging
This commit is contained in:
parent
1091d4665d
commit
a8d7616fdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330172
1 changed files with 2 additions and 3 deletions
|
@ -24,11 +24,10 @@ USE_LDCONFIG= yes
|
|||
|
||||
BINSRC= ${WRKSRC}/src/bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
${MAKE} -C ${BINSRC}
|
||||
${MAKE} ${MAKE_ARGS} -C ${BINSRC}
|
||||
|
||||
do-install:
|
||||
${MAKE} -C ${BINSRC} install
|
||||
${MAKE} ${MAKE_ARGS} -C ${BINSRC} install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue