diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-02-07 22:58:07 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-02-07 22:58:07 +0800 |
commit | 116c74951ebb911ac448170b67bebe3d89d3e64a (patch) | |
tree | 705141e70ede06342fb88b9b6777f42406020962 /math | |
parent | 177819f76710d86f3d1f1a731f1569ca4617ca2b (diff) | |
download | freebsd-ports-gnome-116c74951ebb911ac448170b67bebe3d89d3e64a.tar.gz freebsd-ports-gnome-116c74951ebb911ac448170b67bebe3d89d3e64a.tar.zst freebsd-ports-gnome-116c74951ebb911ac448170b67bebe3d89d3e64a.zip |
- Fix typo
Reported by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/ndiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ndiff/Makefile b/math/ndiff/Makefile index f75f2cd1b37b..6abc2d3a67ca 100644 --- a/math/ndiff/Makefile +++ b/math/ndiff/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.math.utah.edu/pub/misc/ -MAINTAINER= luca.pizzammiglio@gmail.com +MAINTAINER= luca.pizzamiglio@gmail.com COMMENT= Compare files, ignoring numeric differences LICENSE= GPLv2 |