From owner-svn-ports-all@FreeBSD.ORG Sat May 31 23:42:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 290DA330; Sat, 31 May 2014 23:42:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1546428A0; Sat, 31 May 2014 23:42:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4VNgUIx097383; Sat, 31 May 2014 23:42:30 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4VNgUgG097382; Sat, 31 May 2014 23:42:30 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201405312342.s4VNgUgG097382@svn.freebsd.org> From: Glen Barber Date: Sat, 31 May 2014 23:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356029 - head/security/clamd-stream-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 23:42:31 -0000 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