Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 01:43:07 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        xmj@chaot.net
Subject:   ports/187876: [PATCH] misc/opencyc: Stage
Message-ID:  <1938539870894778257.enqueue@mx12.chaot.net>
Resent-Message-ID: <201403232350.s2NNo0Fx077314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187876
>Category:       ports
>Synopsis:       [PATCH] misc/opencyc: Stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 23 23:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #6: Wed Mar 19 11:02:48 EET 2014
>Description:
- Stagify

Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- opencyc-0.7.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 348903)
+++ Makefile	(working copy)
@@ -17,14 +17,13 @@
 
 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>
--- opencyc-0.7.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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