svn commit: r346547 - head/www/httpsqs

Martin Wilke miwi at FreeBSD.org
Fri Feb 28 16:20:18 UTC 2014


Author: miwi
Date: Fri Feb 28 16:20:17 2014
New Revision: 346547
URL: http://svnweb.freebsd.org/changeset/ports/346547
QAT: https://qat.redports.org/buildarchive/r346547/

Log:
  - Stage support

Modified:
  head/www/httpsqs/Makefile

Modified: head/www/httpsqs/Makefile
==============================================================================
--- head/www/httpsqs/Makefile	Fri Feb 28 16:20:06 2014	(r346546)
+++ head/www/httpsqs/Makefile	Fri Feb 28 16:20:17 2014	(r346547)
@@ -12,19 +12,18 @@ COMMENT=	Simple Queue Service based on H
 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>


More information about the svn-ports-all mailing list