diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-05-06 19:49:54 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-05-06 19:49:54 +0000 |
commit | c72ea155ce5ee61e1ebe83465bb4b4e98569ada8 (patch) | |
tree | 513f8f29c9e592d4fa9b7ae95575a2d440a53dac /cad | |
parent | f3c2544206a5b27f1a40c33c37e86ec3cf8f9054 (diff) | |
download | ports-c72ea155ce5ee61e1ebe83465bb4b4e98569ada8.tar.gz ports-c72ea155ce5ee61e1ebe83465bb4b4e98569ada8.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/calculix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index 91957da058cf..3ef860e58238 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -35,9 +35,9 @@ BROWSER?= mozilla PSVIEWER?= gv .if !defined(WITH_EXAMPLES) -PLIST_SUB= WITH_EXAMPLES="@comment " +PLIST_SUB= WITH_EXAMPLES="@comment " .else -PLIST_SUB= WITH_EXAMPLES="" +PLIST_SUB= WITH_EXAMPLES="" .endif .ifndef (WITH_EXAMPLES) |