mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Stage support
This commit is contained in:
parent
c9114bfa5b
commit
f03835c012
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346547
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user