1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-18 16:05:20 +00:00
parent 10b9ef1590
commit f5457df2d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358283

View File

@ -22,7 +22,6 @@ MAKE_ENV= CLIBS="${CLIBS}" MEXDETECTED=no
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 \