- Add stage support
This commit is contained in:
parent
886b9efff9
commit
8ad581b599
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335984
1 changed files with 1 additions and 2 deletions
|
@ -19,10 +19,9 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
|
|||
PLIST_FILES= bin/floatator bin/floatator_X_interface
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
.for f in floatator floatator_X_interface
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue