- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2013-12-09 14:00:23 +00:00
parent 886b9efff9
commit 8ad581b599
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335984

View file

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