diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-24 18:37:45 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-24 18:37:45 +0800 |
commit | 204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf (patch) | |
tree | 83db4ca72f4ed53d6ae0652cd99353b1f3f387db /math/physcalc/Makefile | |
parent | 9a47160412f4654b3f1998019f7469500051591c (diff) | |
download | freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.gz freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.zst freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.zip |
portlint: remove extra whitespaces before end of line.
Diffstat (limited to 'math/physcalc/Makefile')
-rw-r--r-- | math/physcalc/Makefile | 2 |
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 |