From owner-svn-ports-all@FreeBSD.ORG Wed Mar 26 02:14:48 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 4E52CBDC; Wed, 26 Mar 2014 02:14:48 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A9757E1; Wed, 26 Mar 2014 02:14:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q2EmtV021395; Wed, 26 Mar 2014 02:14:48 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2Q2Emf1021394; Wed, 26 Mar 2014 02:14:48 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201403260214.s2Q2Emf1021394@svn.freebsd.org> From: Steve Wills Date: Wed, 26 Mar 2014 02:14:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349209 - head/misc/opencyc 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.17 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: Wed, 26 Mar 2014 02:14:48 -0000 Author: swills Date: Wed Mar 26 02:14:47 2014 New Revision: 349209 URL: http://svnweb.freebsd.org/changeset/ports/349209 QAT: https://qat.redports.org/buildarchive/r349209/ Log: - Stage PR: ports/187876 Submitted by: Johannes Jost Meixner Modified: head/misc/opencyc/Makefile Modified: head/misc/opencyc/Makefile ============================================================================== --- head/misc/opencyc/Makefile Wed Mar 26 01:51:58 2014 (r349208) +++ head/misc/opencyc/Makefile Wed Mar 26 02:14:47 2014 (r349209) @@ -17,14 +17,13 @@ NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" -NO_STAGE= yes post-extract: - cd ${WRKSRC}/doc && ${RM} '#migration.txt#' 'package-list.~1~' '.#faq' '.#migration.txt' + @cd ${WRKSRC}/doc && ${RM} '#migration.txt#' 'package-list.~1~' '.#faq' '.#migration.txt' pre-patch: @${BRANDELF} -t Linux ${WRKSRC}/run/bin/latest.bin do-install: - @${CP} -PRpf ${WRKSRC} ${PREFIX} + @${CP} -PRpf ${WRKSRC} ${STAGEDIR}${PREFIX} .include