svn commit: r358287 - head/math/lll_spect
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jun 18 16:45:32 UTC 2014
Author: vanilla
Date: Wed Jun 18 16:45:31 2014
New Revision: 358287
URL: http://svnweb.freebsd.org/changeset/ports/358287
QAT: https://qat.redports.org/buildarchive/r358287/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/math/lll_spect/Makefile
Modified: head/math/lll_spect/Makefile
==============================================================================
--- head/math/lll_spect/Makefile Wed Jun 18 16:18:56 2014 (r358286)
+++ head/math/lll_spect/Makefile Wed Jun 18 16:45:31 2014 (r358287)
@@ -23,7 +23,6 @@ NO_WRKSUBDIR= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
post-extract:
.for _file in lll_spect lll_search
@${CP} ${_DISTDIR}/${_file}.C ${WRKDIR}
@@ -37,11 +36,11 @@ do-build:
do-install:
.for _file in lll_spect lll_search
- ${INSTALL_PROGRAM} ${WRKDIR}/${_file} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKDIR}/${_file} ${STAGEDIR}${PREFIX}/bin
.endfor
.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${_DISTDIR}/examples.txt ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${_DISTDIR}/examples.txt ${STAGEDIR}${EXAMPLESDIR}
.endif
test: build
More information about the svn-ports-head
mailing list