aboutsummaryrefslogtreecommitdiffstats
path: root/www/httpsqs
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-01 00:20:17 +0800
committermiwi <miwi@FreeBSD.org>2014-03-01 00:20:17 +0800
commit7066eaa8c5142b61dbd564f286f2afabf2bda6af (patch)
treed92222c9ca5fff14ecaf9fe56093711797fa185a /www/httpsqs
parent5c13072509d9d4c9112b4364abf474b1d57579c2 (diff)
downloadfreebsd-ports-gnome-7066eaa8c5142b61dbd564f286f2afabf2bda6af.tar.gz
freebsd-ports-gnome-7066eaa8c5142b61dbd564f286f2afabf2bda6af.tar.zst
freebsd-ports-gnome-7066eaa8c5142b61dbd564f286f2afabf2bda6af.zip
- Stage support
Diffstat (limited to 'www/httpsqs')
-rw-r--r--www/httpsqs/Makefile5
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>