diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-08 14:57:17 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-08 14:57:17 +0800 |
commit | 8af1b1be2e93c0974f5638b0ffc1b1564970192c (patch) | |
tree | 866f372f8cc0e61fa9918653e22a551f335460c6 /lang/spl | |
parent | 762d1a43e9a9ba7f7c0c7a26e7437947dfa88ed9 (diff) | |
download | freebsd-ports-gnome-8af1b1be2e93c0974f5638b0ffc1b1564970192c.tar.gz freebsd-ports-gnome-8af1b1be2e93c0974f5638b0ffc1b1564970192c.tar.zst freebsd-ports-gnome-8af1b1be2e93c0974f5638b0ffc1b1564970192c.zip |
Stagify.
Diffstat (limited to 'lang/spl')
-rw-r--r-- | lang/spl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/spl/Makefile b/lang/spl/Makefile index 9c344705bb00..4fc444690a61 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -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> |