diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-05-05 21:44:54 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-05-05 21:44:54 +0000 |
commit | 930d557d64244661dba0701fa6ee61185154d91b (patch) | |
tree | 185d7bf7375016d1d32cab61aa8750a3165fa19e /mail/smail | |
parent | e5c02c6ddd20e04536f3e3b3efb0a560fc8de9a7 (diff) | |
download | FreeBSD-ports-930d557d64244661dba0701fa6ee61185154d91b.zip FreeBSD-ports-930d557d64244661dba0701fa6ee61185154d91b.tar.gz |
add myself as MAINTAINER
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index 96698e0..d91e2ce1 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -3,13 +3,15 @@ # Date created: 16 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.6 1995/04/23 12:47:29 asami Exp $ +# $Id: Makefile,v 1.7 1995/05/05 21:38:16 torstenb Exp $ # DISTNAME= smail-3.1.29.1 CATEGORIES+= mail MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ +MAINTAINER= torstenb@FreeBSD.ORG + .if !exists(/usr/local/bin/bash) DEPENDS= ${PORTSDIR}/shells/bash .endif |