diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-09-14 00:09:45 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-09-14 00:09:45 +0000 |
commit | 80650c9c097cd484f145ce93cc8d50d90c3c38ec (patch) | |
tree | 960422d945ca94c27466b93dab5d382d5e79f35e /textproc/ml1 | |
parent | cded880a69964895396853607ee727b456174812 (diff) |
Notes
Diffstat (limited to 'textproc/ml1')
-rw-r--r-- | textproc/ml1/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/ml1/Makefile b/textproc/ml1/Makefile index 6fd9537065f7..ea0337fa3a6c 100644 --- a/textproc/ml1/Makefile +++ b/textproc/ml1/Makefile @@ -4,12 +4,14 @@ PORTNAME= ml1 PORTVERSION= 4.11 CATEGORIES= textproc -MASTER_SITES= http://www.ml1.org.uk/tgz/ \ - http://www.ancientgeek.org.uk/tgz/ +MASTER_SITES= http://www.ml1.org.uk/distfiles/ \ + http://www.ancientgeek.org.uk/distfiles/ MAINTAINER= bob@eager.cx COMMENT= Original general purpose macro processor +LICENSE= BSD3CLAUSE + PLIST_FILES= bin/ml1 man/man1/ml1.1.gz do-install: |