diff options
Diffstat (limited to 'misc/less/Makefile')
-rw-r--r-- | misc/less/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index 292e3261079..912db132d49 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:09:10 wiz Exp $ -# FreeBSD Id: Makefile,v 1.13 1998/07/17 20:36:13 steve Exp +# $NetBSD: Makefile,v 1.3 2001/07/29 14:39:41 wiz Exp $ # -DISTNAME= less-332 +DISTNAME= less-358 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU:=less/} @@ -10,8 +9,7 @@ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.gnu.org/software/less/less.html COMMENT= pager similar to more and pg -ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system - -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +USE_BUILDLINK_ONLY= yes .include "../../mk/bsd.pkg.mk" |