Add pre-install target that creates directory ${PREFIX}/mail/smail.

This commit is contained in:
Satoshi Asami 1995-05-12 07:25:12 +00:00
parent d9afa9b70a
commit 7aed5ffa40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1683
1 changed files with 4 additions and 1 deletions

View File

@ -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