aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-22 08:19:03 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-22 08:19:03 +0000
commit98e41efdae2c1fce35830cc4a0add30fd95e7c83 (patch)
treec2a382aa4037cb7e3f1a44d69f1ff03d2edc2b90 /science
parent8db950e5167ca16be64c74bd5e8f0c33c5660e8a (diff)
downloadports-98e41efdae2c1fce35830cc4a0add30fd95e7c83.tar.gz
ports-98e41efdae2c1fce35830cc4a0add30fd95e7c83.zip
Fix typo in previous commit and fix pist.
Prompted by: QAT
Notes
Notes: svn path=/head/; revision=223176
Diffstat (limited to 'science')
-rw-r--r--science/dft++/Makefile2
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}