summaryrefslogtreecommitdiff
path: root/mail/smail
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-10-06 22:03:17 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-10-06 22:03:17 +0000
commit48c082fafa87ca283fe3cc550380e04455803228 (patch)
tree7bc62a523689ee105f51cfa5e4c077d128c47b81 /mail/smail
parentuse ${PREFIX} instead of /usr/local (diff)
change DEPENDS=${PORTSDIR}/shells/bash to
BUILD_DEPENDS=bash:${PORTSDIR}/shells/bash
Notes
Notes: svn path=/head/; revision=2287
Diffstat (limited to 'mail/smail')
-rw-r--r--mail/smail/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile
index ad3559819791..b68c5bd70cab 100644
--- a/mail/smail/Makefile
+++ b/mail/smail/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.8 1995/05/05 21:44:54 torstenb Exp $
+# $Id: Makefile,v 1.9 1995/05/12 07:25:12 asami Exp $
#
DISTNAME= smail-3.1.29.1
@@ -12,9 +12,7 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/
MAINTAINER= torstenb@FreeBSD.ORG
-.if !exists(/usr/local/bin/bash)
-DEPENDS= ${PORTSDIR}/shells/bash
-.endif
+BUILD_DEPENDS= bash:${PREFIX}/shells/bash
MAKE_FLAGS= "SHELL=/usr/local/bin/bash"