summaryrefslogtreecommitdiff
path: root/misc/less/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/less/Makefile')
-rw-r--r--misc/less/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile
index 7025b04a329c..a5157dd8ea03 100644
--- a/misc/less/Makefile
+++ b/misc/less/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: less
-# Version required: 3.32
+# Version required: 3.35
# Date created: 8 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.16 1997/05/19 17:44:22 ache Exp $
+# $Id: Makefile,v 1.17 1999/01/27 07:41:23 fenner Exp $
#
-DISTNAME= less-332
+DISTNAME= less-335
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
@@ -19,11 +19,11 @@ MAN1= less.1 lesskey.1
EXTRA_PATCH= patch-ab
pre-clean:
- @rm -f ${PATCHDIR}/${EXTRA_PATCH}
+ @${RM} -f ${PATCHDIR}/${EXTRA_PATCH}
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
pre-patch:
- @echo "Making a colour version of less."
+ @${ECHO_MSG} "Making a colour version of less."
@${CP} ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR}
.endif