svn commit: r349209 - head/misc/opencyc
Steve Wills
swills at FreeBSD.org
Wed Mar 26 02:14:48 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list