diff options
author | maho <maho@FreeBSD.org> | 2004-05-07 03:49:54 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-05-07 03:49:54 +0800 |
commit | 0b7cae99d95cb6f9e01f28b743bfe78cdd891f95 (patch) | |
tree | 05d7dd670545ccd765b1c382417da5761c7fdd1a /cad | |
parent | 50f19019ab8b4be06345305a6d009ab3abf9e483 (diff) | |
download | freebsd-ports-gnome-0b7cae99d95cb6f9e01f28b743bfe78cdd891f95.tar.gz freebsd-ports-gnome-0b7cae99d95cb6f9e01f28b743bfe78cdd891f95.tar.zst freebsd-ports-gnome-0b7cae99d95cb6f9e01f28b743bfe78cdd891f95.zip |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor
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) |