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/xfmail | |
parent | Gziped 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/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 5195a1103f02..63f5fdbc43d3 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -3,7 +3,7 @@ # Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.5 1996/07/12 11:51:51 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/10 21:32:49 obrien Exp $ # DISTNAME= xfmail @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/xfmail/ui USE_X11= yes pre-configure: - @(cd ${WRKSRC} ; cp Makefile.FreeBSD Makefile) + @(cd ${WRKSRC} ; ${CP} Makefile.FreeBSD Makefile) .include <bsd.port.mk> |