From owner-svn-ports-head@freebsd.org Fri Apr 8 00:20:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFF53B071FD; Fri, 8 Apr 2016 00:20:10 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A196C12B6; Fri, 8 Apr 2016 00:20:10 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u380K9uP084612; Fri, 8 Apr 2016 00:20:09 GMT (envelope-from shurd@FreeBSD.org) Received: (from shurd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u380K9oM084611; Fri, 8 Apr 2016 00:20:09 GMT (envelope-from shurd@FreeBSD.org) Message-Id: <201604080020.u380K9oM084611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shurd set sender to shurd@FreeBSD.org using -f From: Stephen Hurd Date: Fri, 8 Apr 2016 00:20:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412702 - head/comms/kvasd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 00:20:10 -0000 Author: shurd Date: Fri Apr 8 00:20:09 2016 New Revision: 412702 URL: https://svnweb.freebsd.org/changeset/ports/412702 Log: Copy the dist file into WRKSRC and run BRANDELF there Install using the default BINMODE Bump PORTREVISION so it becomes executable for users Modified: head/comms/kvasd/Makefile Modified: head/comms/kvasd/Makefile ============================================================================== --- head/comms/kvasd/Makefile Fri Apr 8 00:14:20 2016 (r412701) +++ head/comms/kvasd/Makefile Fri Apr 8 00:20:09 2016 (r412702) @@ -2,6 +2,7 @@ PORTNAME= kvasd PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= https://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/Linux/ \ LOCAL/db @@ -24,10 +25,11 @@ NO_BUILD= yes PLIST_FILES= bin/kvasd do-extract: + ${MKDIR} ${WRKSRC} + ${CP} ${DISTDIR}/kvasd ${WRKSRC} -BINMODE= 0644 do-install: + ${BRANDELF} -t Linux ${WRKSRC}/kvasd ${INSTALL_KLD} ${DISTDIR}/kvasd ${STAGEDIR}${PREFIX}/bin - ${BRANDELF} -t Linux ${STAGEDIR}${PREFIX}/bin/kvasd .include