diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-06-27 08:58:56 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-06-27 08:58:56 +0000 |
commit | 098834ac9564dcb25f717c101e2a360dfe521aa5 (patch) | |
tree | a7507c470a2dd0bd0afe4c6f2b739e6c345f89bd /textproc/align | |
parent | 637ffe17f9e256ceb4284d797d2ed80a68fe72f4 (diff) |
Notes
Diffstat (limited to 'textproc/align')
-rw-r--r-- | textproc/align/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/align/Makefile b/textproc/align/Makefile index 3aa0efe7a315..47a2b0dce317 100644 --- a/textproc/align/Makefile +++ b/textproc/align/Makefile @@ -4,9 +4,10 @@ PORTNAME= align PORTVERSION= 1.7.3 CATEGORIES= textproc -MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/ +MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/ \ + http://bitrote.org/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jharris@widomaker.com COMMENT= Text column alignment filter LICENSE= GPLv2 # (or later) |