diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-28 16:20:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-28 16:20:17 +0000 |
commit | f03835c012cd5f49f350021b88c79ca5b89c1c4c (patch) | |
tree | d92222c9ca5fff14ecaf9fe56093711797fa185a /www/httpsqs | |
parent | c9114bfa5b5744a080d232012390085ef9956084 (diff) | |
download | ports-f03835c012cd5f49f350021b88c79ca5b89c1c4c.tar.gz ports-f03835c012cd5f49f350021b88c79ca5b89c1c4c.zip |
Notes
Diffstat (limited to 'www/httpsqs')
-rw-r--r-- | www/httpsqs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/httpsqs/Makefile b/www/httpsqs/Makefile index cadb24a552b0..f1ec6576e534 100644 --- a/www/httpsqs/Makefile +++ b/www/httpsqs/Makefile @@ -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> |