diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 07:42:58 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 07:42:58 +0000 |
commit | b7cb0185df43074ae6316827da6cff0b6652bf21 (patch) | |
tree | 7347683496a977ba20d5489818b598c75fba1782 /mail/exim | |
parent | 9ee5c31e31978e737259ee28c337946a95f3758a (diff) | |
download | FreeBSD-ports-b7cb0185df43074ae6316827da6cff0b6652bf21.zip FreeBSD-ports-b7cb0185df43074ae6316827da6cff0b6652bf21.tar.gz |
Convert to use MAN[1-8LN]
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index d7ad32a..ad7ad03 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> |