aboutsummaryrefslogtreecommitdiff
path: root/science/jmol
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-29 14:43:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-29 14:43:16 +0000
commit150126a89ee01cdb829bbecaf812e6b81b199b80 (patch)
treeeb1c6da8b991dcf10adfe38d099e22d5110598f0 /science/jmol
parent9f607350c66240ef9145c8563cbe677f9b1b6fc4 (diff)
downloadports-150126a89ee01cdb829bbecaf812e6b81b199b80.tar.gz
ports-150126a89ee01cdb829bbecaf812e6b81b199b80.zip
Notes
Diffstat (limited to 'science/jmol')
-rw-r--r--science/jmol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/jmol/Makefile b/science/jmol/Makefile
index fd615cdd0711..0d6ed629ddf7 100644
--- a/science/jmol/Makefile
+++ b/science/jmol/Makefile
@@ -62,7 +62,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${j} ${JAVAJARDIR}
.endfor
-.if defined(WITHOUT_COMPILE)
+.if !defined(WITHOUT_COMPILE)
.for j in ${JMOL_FILES}
${INSTALL_DATA} ${WRKSRC}/build/${j} ${JAVAJARDIR}
.endfor