summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:42:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:42:58 +0000
commita107548d6a11d64d3b5a83b09415ff0613200176 (patch)
treee7494b49c667e0be23e88248ba1668f3c3d2682b /mail/exim
parentGziped most of the manpages (except those that are linked to) (diff)
Convert to use MAN[1-8LN]
Notes
Notes: svn path=/head/; revision=4536
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index d7ad32ae3d24..ad7ad03afb81 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 June 1996
# Whom: markm
#
-# $Id: Makefile,v 1.4 1996/11/10 21:31:17 obrien Exp $
+# $Id: Makefile,v 1.5 1996/11/13 18:11:57 markm Exp $
#
DISTNAME= exim-1.58
@@ -14,9 +14,9 @@ DISTFILES= exim-1.58.tar.gz exim-texinfo-1.58.tar.gz
MAINTAINER= markm@FreeBSD.ORG
do-configure:
- mkdir ${WRKSRC}/Local
- cp ${FILESDIR}/Makefile ${WRKSRC}/Local
- cp ${FILESDIR}/eximon.conf ${WRKSRC}/Local
+ ${MKDIR} ${WRKSRC}/Local
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local
+ ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local
(cd ${WRKSRC}/doc ; ln -s ../../exim-texinfo-1.58/doc/* )
.include <bsd.port.mk>