aboutsummaryrefslogtreecommitdiff
path: root/misc/less/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/less/Makefile')
-rw-r--r--misc/less/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile
index 2cd6dddd8306..338626b2b767 100644
--- a/misc/less/Makefile
+++ b/misc/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>