diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-22 08:19:03 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-22 08:19:03 +0000 |
commit | 98e41efdae2c1fce35830cc4a0add30fd95e7c83 (patch) | |
tree | c2a382aa4037cb7e3f1a44d69f1ff03d2edc2b90 /science | |
parent | 8db950e5167ca16be64c74bd5e8f0c33c5660e8a (diff) | |
download | ports-98e41efdae2c1fce35830cc4a0add30fd95e7c83.tar.gz ports-98e41efdae2c1fce35830cc4a0add30fd95e7c83.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/dft++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/dft++/Makefile b/science/dft++/Makefile index 3cb5f906bf61..fe572c725ae3 100644 --- a/science/dft++/Makefile +++ b/science/dft++/Makefile @@ -93,7 +93,7 @@ do-build: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dft-pw ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/dft-wl ${PREFIX}/bin -.if !defined(NOPOREXAMPLES) +.if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/dft.in ${EXAMPLESDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/output ${EXAMPLESDIR} |