1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-26 09:38:50 +00:00
parent 1f7653c081
commit a2ad019e14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346170

View File

@ -16,13 +16,12 @@ PLIST_FILES= bin/sendok-check bin/sendok-create
ALL_TARGET= it
NO_STAGE= yes
post-patch:
@${ECHO_CMD} ${CC} ${CFLAGS} >${WRKSRC}/conf-cc
do-install:
.for f in sendok-check sendok-create
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
.include <bsd.port.mk>