diff options
Diffstat (limited to 'mail/smail/Makefile')
-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 |