svn commit: r356982 - head/lang/spl
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Jun 8 06:57:18 UTC 2014
Author: vanilla
Date: Sun Jun 8 06:57:17 2014
New Revision: 356982
URL: http://svnweb.freebsd.org/changeset/ports/356982
QAT: https://qat.redports.org/buildarchive/r356982/
Log:
Stagify.
Modified:
head/lang/spl/Makefile
Modified: head/lang/spl/Makefile
==============================================================================
--- head/lang/spl/Makefile Sun Jun 8 06:42:53 2014 (r356981)
+++ head/lang/spl/Makefile Sun Jun 8 06:57:17 2014 (r356982)
@@ -15,7 +15,6 @@ USES= bison gmake
ALL_EXAMPLES= Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl \
primes.spl reverse.spl shakesbeer.spl
-NO_STAGE= yes
post-patch:
.for f in . examples
${REINPLACE_CMD} -e 's,= gcc,?= gcc,' -e 's,^CCFLAGS.*,CFLAGS += -Wall,' \
@@ -25,10 +24,10 @@ post-patch:
-e 's,free(,//free(,g' ${WRKSRC}/makescanner.c
do-install:
- ${TAR} -C ${WRKSRC}/spl -cf - . | ${TAR} -C ${PREFIX} -xf -
+ ${TAR} -C ${WRKSRC}/spl -cf - . | ${TAR} -C ${STAGEDIR}${PREFIX} -xf -
.if !defined(NOPORTDOCS)
- ${MKDIR} ${EXAMPLESDIR}
- cd ${WRKSRC}/examples && ${INSTALL_DATA} ${ALL_EXAMPLES} ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC}/examples && ${INSTALL_DATA} ${ALL_EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list