diff options
-rw-r--r-- | mail/smail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index f05174de0353..5754c2f93a16 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -1,18 +1,17 @@ # New ports collection makefile for: smail -# Version required: 3.1.28 +# Version required: 3.1.29 # Date created: 16 Oct 1994 # Whom: torstenb # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1994/10/23 01:22:34 torstenb Exp $ # -DISTNAME= smail-3.1.28 +DISTNAME= smail-3.1.29 MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ .if !exists(/usr/local/bin/bash) DEPENDS= ${PORTSDIR}/shells/bash .endif MAKE_FLAGS= "SHELL=/usr/local/bin/bash" -EXTRACT_SUFX= .tar.Z pre-install: @mkdir -p ${PREFIX}/bin |