Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 02:14:48 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349209 - head/misc/opencyc
Message-ID:  <201403260214.s2Q2Emf1021394@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <xmj@chaot.net>

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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403260214.s2Q2Emf1021394>