diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-19 00:45:31 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-19 00:45:31 +0800 |
commit | 38274c99bf5981dbc56ee8ffce9ea7061ddb9df4 (patch) | |
tree | f49799d4a2e5fc4728c1072256510804d395eec2 /math | |
parent | 877da81600d962a16e59123c12528eea1681cc8e (diff) | |
download | freebsd-ports-gnome-38274c99bf5981dbc56ee8ffce9ea7061ddb9df4.tar.gz freebsd-ports-gnome-38274c99bf5981dbc56ee8ffce9ea7061ddb9df4.tar.zst freebsd-ports-gnome-38274c99bf5981dbc56ee8ffce9ea7061ddb9df4.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'math')
-rw-r--r-- | math/lll_spect/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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 |