From 38274c99bf5981dbc56ee8ffce9ea7061ddb9df4 Mon Sep 17 00:00:00 2001 From: vanilla Date: Wed, 18 Jun 2014 16:45:31 +0000 Subject: Stagify. Approved by: portmgr@ --- math/lll_spect/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'math') diff --git a/math/lll_spect/Makefile b/math/lll_spect/Makefile index 4c40ffed38d6..54fcec5ed2f6 100644 --- a/math/lll_spect/Makefile +++ b/math/lll_spect/Makefile @@ -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 -- cgit