summaryrefslogtreecommitdiff
path: root/mail/smail
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-12 07:25:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-12 07:25:12 +0000
commit7aed5ffa40b6c31b9279d70599a5adf1b7acab42 (patch)
tree6de70f4026701f558aafdffa582aa3c39557e3b4 /mail/smail
parentAdd g77, which is now working fine. Thanks, Jeff! (diff)
Add pre-install target that creates directory ${PREFIX}/mail/smail.
Notes
Notes: svn path=/head/; revision=1683
Diffstat (limited to 'mail/smail')
-rw-r--r--mail/smail/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile
index d91e2ce11959..ad3559819791 100644
--- a/mail/smail/Makefile
+++ b/mail/smail/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.7 1995/05/05 21:38:16 torstenb Exp $
+# $Id: Makefile,v 1.8 1995/05/05 21:44:54 torstenb Exp $
#
DISTNAME= smail-3.1.29.1
@@ -18,6 +18,9 @@ DEPENDS= ${PORTSDIR}/shells/bash
MAKE_FLAGS= "SHELL=/usr/local/bin/bash"
+pre-install:
+ mkdir -p ${PREFIX}/lib/smail
+
post-install:
@cp ${WRKSRC}/samples/generic/config ${PREFIX}/lib/smail/config.sample
@cp ${WRKSRC}/samples/generic/directors ${PREFIX}/lib/smail/directors.sample