diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 04:28:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 04:28:32 +0800 |
commit | 68fd77ac849aafb0f6387a0b2f05e2988325e459 (patch) | |
tree | 51b8ada54171ddc43cc01d40021028b05c1caab7 /mail/smail | |
parent | 4e5270fead597efd083751ef7136263cffd95b9c (diff) | |
download | freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.tar.gz freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.tar.zst freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.zip |
Updated ports Makefiles for mails.
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index 43365a51b879..690898f771d0 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -3,15 +3,17 @@ # Date created: 16 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.3 1995/01/15 05:32:30 gpalmer Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:47:37 jkh Exp $ # DISTNAME= smail-3.1.29.1 -MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ CATEGORIES+= mail +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" pre-install: |