diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-03-01 14:19:16 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-03-01 14:52:48 +0000 |
commit | a3fd5b6d62c44942d5ac79eb0dbfab152bbc372f (patch) | |
tree | d641e1d33e35355bd8b65578e06c10d9da46621d /converters | |
parent | 5c2151404c7446bcd3ba57c8d98d33e969418664 (diff) |
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ascii2binary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile index 805c8db718bf..944ace48346a 100644 --- a/converters/ascii2binary/Makefile +++ b/converters/ascii2binary/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= http://billposer.org/Software/Downloads/ -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Convert between textual representations of numbers and binary WWW= https://billposer.org/Software/a2b.html |