summaryrefslogtreecommitdiff
path: root/math/physcalc/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-24 10:37:45 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-24 10:37:45 +0000
commit9439aeb2c5fe39b976a25bcfe827f9213776c973 (patch)
tree7597b6fd6918f7d6f992356b9de529bfb3300963 /math/physcalc/Makefile
parentUpdate to version 2.3.1. (diff)
portlint: remove extra whitespaces before end of line.
Notes
Notes: svn path=/head/; revision=52088
Diffstat (limited to 'math/physcalc/Makefile')
-rw-r--r--math/physcalc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/physcalc/Makefile b/math/physcalc/Makefile
index 9df14485bb94..7c2f05576cc6 100644
--- a/math/physcalc/Makefile
+++ b/math/physcalc/Makefile
@@ -21,7 +21,7 @@ USE_ZIP= yes
DEFS= -DSHAREDIR="\"${PREFIX}/share/physcalc/\""
SRCS= physconv.c physmain.c physmlib.c physnode.c physoper.c \
- physsolv.c
+ physsolv.c
pre-build:
${PERL} -pi -e "s@void main@int main@g" ${WRKSRC}/physmain.c