aboutsummaryrefslogtreecommitdiffstats
path: root/misc/less
diff options
context:
space:
mode:
Diffstat (limited to 'misc/less')
-rw-r--r--misc/less/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile
index 4e008c1c1022..8636fbca3bb2 100644
--- a/misc/less/Makefile
+++ b/misc/less/Makefile
@@ -12,7 +12,13 @@ MASTER_SITES= http://home.flash.net/~marknu/less/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
-MAINTAINER= ache@FreeBSD.org
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500003
+FORBIDDEN= already is in the base system
+.endif
+
+MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= less.1 lesskey.1
@@ -23,4 +29,4 @@ pre-patch:
EXTRA_PATCHES= ${FILESDIR}/patch-ab
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>