aboutsummaryrefslogtreecommitdiff
path: root/sysutils/less/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-20 07:22:47 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-20 07:22:47 +0000
commit688f7b622806e5a692e4d54d761573f3f1fb20b1 (patch)
tree2bfca45fc1b64ec68c0439e75a367e510addf645 /sysutils/less/Makefile
parentfe4df46c3d2b39ac7a3d6869d6bb957bea3cb319 (diff)
downloadports-688f7b622806e5a692e4d54d761573f3f1fb20b1.tar.gz
ports-688f7b622806e5a692e4d54d761573f3f1fb20b1.zip
Notes
Diffstat (limited to 'sysutils/less/Makefile')
-rw-r--r--sysutils/less/Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile
index 8636fbca3bb2..8c7b0daf7921 100644
--- a/sysutils/less/Makefile
+++ b/sysutils/less/Makefile
@@ -1,32 +1,33 @@
-# New ports collection makefile for: less
-# Date created: 8 Nov 1994
-# Whom: ache
+# New ports collection makefile for: less
+# Date created: 8 Nov 1994
+# Whom: ache
#
# $FreeBSD$
#
-PORTNAME= less
-PORTVERSION= 352
+PORTNAME= less
+PORTVERSION= 354
CATEGORIES= misc
-MASTER_SITES= http://home.flash.net/~marknu/less/ \
+MASTER_SITES= http://home.flash.net/~marknu/less/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
+MAINTAINER= ports@FreeBSD.org
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500003
-FORBIDDEN= already is in the base system
+FORBIDDEN= already is in the base system
.endif
-MAINTAINER= ports@FreeBSD.org
-
GNU_CONFIGURE= yes
MAN1= less.1 lesskey.1
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
-pre-patch:
+MAKE_ENV= CPPFLAGS="-DCOLOUR_LESS"
+
+pre-fetch:
@${ECHO_MSG} "Making a colour version of less."
-EXTRA_PATCHES= ${FILESDIR}/patch-ab
.endif
.include <bsd.port.post.mk>