summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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