diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 14:40:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 14:40:23 +0800 |
commit | 75427875104ca009a2623252120f536246ecc77b (patch) | |
tree | ecdd5e2b19410464113d40336045c130e483b058 /math | |
parent | caba8f13920ba59c5ab0bc38e172f28b3818db6d (diff) | |
download | freebsd-ports-gnome-75427875104ca009a2623252120f536246ecc77b.tar.gz freebsd-ports-gnome-75427875104ca009a2623252120f536246ecc77b.tar.zst freebsd-ports-gnome-75427875104ca009a2623252120f536246ecc77b.zip |
Remove a trailing .endif
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab-toolbox-swt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/scilab-toolbox-swt/Makefile b/math/scilab-toolbox-swt/Makefile index 06ef2a518414..eafa9527cb80 100644 --- a/math/scilab-toolbox-swt/Makefile +++ b/math/scilab-toolbox-swt/Makefile @@ -55,7 +55,6 @@ post-patch: pre-build: ${FIND} -d ${WRKSRC} \( -name '*.orig' -or -name '*.bak' \) -delete -.endif do-build: cd ${WRKSRC} && \ |