diff options
author | asami <asami@FreeBSD.org> | 1995-11-09 06:01:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-09 06:01:03 +0000 |
commit | d417fbb761f3dc8efe128898eab7a50e321a25f2 (patch) | |
tree | 388f8ee89c2c2c54aea3c37d2831ffcc834e3125 | |
parent | f523eda955c2795927c105fd829dc8e91b287ec0 (diff) | |
download | FreeBSD-ports-d417fbb761f3dc8efe128898eab7a50e321a25f2.zip FreeBSD-ports-d417fbb761f3dc8efe128898eab7a50e321a25f2.tar.gz |
A few typos. How in the hell did "BUILD_DEPENDS=${PREFIX}/..." slip
past me!?! ;)
Submitted by: torstenb
-rw-r--r-- | mail/smail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index b68c5bd..7a73059 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.9 1995/05/12 07:25:12 asami Exp $ +# $Id: Makefile,v 1.10 1995/10/06 22:03:17 torstenb Exp $ # DISTNAME= smail-3.1.29.1 @@ -12,9 +12,9 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ MAINTAINER= torstenb@FreeBSD.ORG -BUILD_DEPENDS= bash:${PREFIX}/shells/bash +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -MAKE_FLAGS= "SHELL=/usr/local/bin/bash" +MAKE_FLAGS= "SHELL=${PREFIX}/bin/bash" pre-install: mkdir -p ${PREFIX}/lib/smail |