- Support staging

This commit is contained in:
Grzegorz Blach 2013-10-12 18:37:50 +00:00
parent 1091d4665d
commit a8d7616fdb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330172

View file

@ -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>