aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-05-12 15:25:12 +0800
committerasami <asami@FreeBSD.org>1995-05-12 15:25:12 +0800
commitff7e4e37075fa1885bf9671160334faa5162d987 (patch)
tree1324ead09d5719b9090375e3434ccba114e83d64
parentd73b49b1c9de52a203a9459634ea0fe05b16cf3c (diff)
downloadfreebsd-ports-graphics-ff7e4e37075fa1885bf9671160334faa5162d987.tar.gz
freebsd-ports-graphics-ff7e4e37075fa1885bf9671160334faa5162d987.tar.zst
freebsd-ports-graphics-ff7e4e37075fa1885bf9671160334faa5162d987.zip
Add pre-install target that creates directory ${PREFIX}/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 d91e2ce1195..ad355981979 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