diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-05-06 05:44:54 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-05-06 05:44:54 +0800 |
commit | 930d557d64244661dba0701fa6ee61185154d91b (patch) | |
tree | 185d7bf7375016d1d32cab61aa8750a3165fa19e /mail | |
parent | e5c02c6ddd20e04536f3e3b3efb0a560fc8de9a7 (diff) | |
download | freebsd-ports-gnome-930d557d64244661dba0701fa6ee61185154d91b.tar.gz freebsd-ports-gnome-930d557d64244661dba0701fa6ee61185154d91b.tar.zst freebsd-ports-gnome-930d557d64244661dba0701fa6ee61185154d91b.zip |
add myself as MAINTAINER
Diffstat (limited to 'mail')
-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 96698e0f89c7..d91e2ce11959 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 |