svn commit: r356029 - head/security/clamd-stream-client

Glen Barber gjb at FreeBSD.org
Sat May 31 23:42:31 UTC 2014


Author: gjb
Date: Sat May 31 23:42:30 2014
New Revision: 356029
URL: http://svnweb.freebsd.org/changeset/ports/356029
QAT: https://qat.redports.org/buildarchive/r356029/

Log:
  Add stage support.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/security/clamd-stream-client/Makefile

Modified: head/security/clamd-stream-client/Makefile
==============================================================================
--- head/security/clamd-stream-client/Makefile	Sat May 31 23:33:50 2014	(r356028)
+++ head/security/clamd-stream-client/Makefile	Sat May 31 23:42:30 2014	(r356029)
@@ -12,5 +12,7 @@ COMMENT=	Standalone clamav client
 HAS_CONFIGURE=	yes
 PLIST_FILES=	bin/clamd-stream-client
 
-NO_STAGE=	yes
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list