diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-11 08:49:21 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-11 08:49:21 +0000 |
commit | 6ffaaf86080cb595943c0c7ee20d1b000535d339 (patch) | |
tree | 1164b840d4643b8cc2c50aa98effe0375b48d723 /math | |
parent | 88a73ea073d5f344432fc3d636cb748b8445b9ed (diff) | |
download | ports-6ffaaf86080cb595943c0c7ee20d1b000535d339.tar.gz ports-6ffaaf86080cb595943c0c7ee20d1b000535d339.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/truthtable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/truthtable/Makefile b/math/truthtable/Makefile index 746dee685fa0..be37239defd7 100644 --- a/math/truthtable/Makefile +++ b/math/truthtable/Makefile @@ -23,7 +23,7 @@ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= ${PORTNAME} -SUB_LIST= JAVA=${JAVA} JAVAJARDIR=${JAVAJARDIR} TRUTHTABLEJAR=${TRUTHTABLEJAR} +SUB_LIST= TRUTHTABLEJAR=${TRUTHTABLEJAR} TRUTHTABLEJAR= ${DATADIR}/${DISTNAME}${EXTRACT_SUFX} |