diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:28:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:28:32 +0000 |
commit | a07b60ed68821304b2c425ad81301ce97e6f7a95 (patch) | |
tree | 3c071e4591d5a681c858594cb1aafd40cc3059a1 /mail/smail | |
parent | 257be361409de2c58d9fb43fd40d2de5b84d1e88 (diff) | |
download | ports-a07b60ed68821304b2c425ad81301ce97e6f7a95.tar.gz ports-a07b60ed68821304b2c425ad81301ce97e6f7a95.zip |
Notes
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: |