summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
commit090316dbc14c2b14673d0d368ec85d09c5841a39 (patch)
treed6c413c3547e857d6c61c3d887298be79b3ea7e1 /sysutils
parentConverted to MAN[1-8] (diff)
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Notes
Notes: svn path=/head/; revision=4541
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/less/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile
index 2cd6dddd8306..338626b2b767 100644
--- a/sysutils/less/Makefile
+++ b/sysutils/less/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.11 1996/07/26 04:25:29 ache Exp $
+# $Id: Makefile,v 1.12 1996/11/11 05:49:42 obrien Exp $
#
DISTNAME= less-321
@@ -22,7 +22,7 @@ pre-clean:
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
pre-patch:
@echo "Making a colour version of less."
- @cp ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR}
+ @${CP} ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR}
.endif
.include <bsd.port.mk>