diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-05-05 21:44:54 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-05-05 21:44:54 +0000 |
commit | 7f2e4959e2feacd4b2d2707c0f532c806110b4a0 (patch) | |
tree | a6e33e9f80460d8bb5486dddb1898e63c5d28622 /mail/smail | |
parent | 8c1aeb960f70bbff68ba55b916aaaceb39409120 (diff) |
Notes
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 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 |