diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-30 22:14:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-30 22:14:05 +0000 |
commit | 3acdf1c153a84be6b5232c82904ddfef7f062c82 (patch) | |
tree | 5891169369986d5534f33eac28fc74b9a97c89db /mail/tlb | |
parent | e33b1b4213f7092fdbcfa70a0b9815b4dc09a37b (diff) | |
download | ports-3acdf1c153a84be6b5232c82904ddfef7f062c82.tar.gz ports-3acdf1c153a84be6b5232c82904ddfef7f062c82.zip |
Notes
Diffstat (limited to 'mail/tlb')
-rw-r--r-- | mail/tlb/Makefile | 5 | ||||
-rw-r--r-- | mail/tlb/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/tlb/Makefile b/mail/tlb/Makefile index 0f11832c22f7..651458b60845 100644 --- a/mail/tlb/Makefile +++ b/mail/tlb/Makefile @@ -3,6 +3,7 @@ PORTNAME= tlb PORTVERSION= 0.11a +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \ http://www.freenix.no/~anders/ \ @@ -13,9 +14,9 @@ MAINTAINER= tz@FreeBSD.org COMMENT= The List Batcher, a general purpose mail list delivery engine RUN_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools \ - p5-TimeDate>=0:devel/p5-TimeDate \ - p5-Net>=0:net/p5-Net + p5-TimeDate>=0:devel/p5-TimeDate +NO_ARCH= yes NO_BUILD= yes DOCS= FAQ INSTALL README README.loglevels README.mungelist TIPS TODO \ diff --git a/mail/tlb/pkg-plist b/mail/tlb/pkg-plist index a4ea984b7b4b..c3d7a61ce87e 100644 --- a/mail/tlb/pkg-plist +++ b/mail/tlb/pkg-plist @@ -1,5 +1,5 @@ -bin/tlb bin/mungelist +bin/tlb %%PORTDOCS%%share/doc/tlb/FAQ %%PORTDOCS%%share/doc/tlb/INSTALL %%PORTDOCS%%share/doc/tlb/README |