Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 16:45:31 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358287 - head/math/lll_spect
Message-ID:  <201406181645.s5IGjVke046129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406181645.s5IGjVke046129>