diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:42:58 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:42:58 +0000 |
commit | a107548d6a11d64d3b5a83b09415ff0613200176 (patch) | |
tree | e7494b49c667e0be23e88248ba1668f3c3d2682b /mail/exim-old/Makefile | |
parent | Gziped most of the manpages (except those that are linked to) (diff) |
Convert to use MAN[1-8LN]
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index d7ad32ae3d24..ad7ad03afb81 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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> |