svn commit: r358283 - head/math/libocas
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jun 18 16:05:20 UTC 2014
Author: vanilla
Date: Wed Jun 18 16:05:20 2014
New Revision: 358283
URL: http://svnweb.freebsd.org/changeset/ports/358283
QAT: https://qat.redports.org/buildarchive/r358283/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/math/libocas/Makefile
Modified: head/math/libocas/Makefile
==============================================================================
--- head/math/libocas/Makefile Wed Jun 18 16:00:20 2014 (r358282)
+++ head/math/libocas/Makefile Wed Jun 18 16:05:20 2014 (r358283)
@@ -22,7 +22,6 @@ MAKE_ENV= CLIBS="${CLIBS}" MEXDETECTED=n
PLIST_FILES= bin/linclassif bin/msvmocas bin/svmocas lib/libocas.so \
lib/libocas.so.1
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == sparc64
@@ -42,10 +41,10 @@ post-patch:
do-install:
.for p in linclassif msvmocas svmocas
- @${INSTALL_PROGRAM} ${WRKSRC}/${p} ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/${p} ${STAGEDIR}${PREFIX}/bin
.endfor
- @${INSTALL_LIB} ${WRKSRC}/libocas.so.1 ${PREFIX}/lib
- @${LN} -sf libocas.so.1 ${PREFIX}/lib/libocas.so
+ @${INSTALL_LIB} ${WRKSRC}/libocas.so.1 ${STAGEDIR}${PREFIX}/lib
+ @${LN} -sf libocas.so.1 ${STAGEDIR}${PREFIX}/lib/libocas.so
check regression-test test: build
${WRKSRC}/msvmocas -c 10 -v 1 ${WRKSRC}/data/example4_train.light \
More information about the svn-ports-all
mailing list