1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-28 16:20:17 +00:00
parent c9114bfa5b
commit f03835c012
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346547

View File

@ -12,19 +12,18 @@ COMMENT= Simple Queue Service based on HTTP GET/POST protocol
LICENSE= BSD
LIB_DEPENDS+= tokyocabinet:${PORTSDIR}/databases/tokyocabinet \
event-2.0:${PORTSDIR}/devel/libevent2
event-2.0:${PORTSDIR}/devel/libevent2
USES= pkgconfig
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
post-patch:
${CP} ${PATCHDIR}/Makefile ${WRKSRC}
@${REINPLACE_CMD} -e 's|{ 0 }|"${PREFIX}/bin/${PORTNAME}"|' \
${WRKSRC}/httpsqs.c
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>