diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1994-11-11 02:25:54 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1994-11-11 02:25:54 +0000 |
commit | e5369e4a301b05dbba8becfc4b2fd25a9848dd9e (patch) | |
tree | 1b47339a3d86d1ac247e162d42f79016f82d8b9b /mail | |
parent | eb6cb9446106e50b1c22e4cabd21811c4642b4a9 (diff) | |
download | FreeBSD-ports-e5369e4a301b05dbba8becfc4b2fd25a9848dd9e.zip FreeBSD-ports-e5369e4a301b05dbba8becfc4b2fd25a9848dd9e.tar.gz |
Bump to version 3.1.29. Still seems to compile ok.
Diffstat (limited to 'mail')
-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 f05174d..5754c2f 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 |