diff options
author | wiz <wiz> | 2001-07-29 14:39:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-29 14:39:41 +0000 |
commit | 939ac50989c4e4eae1314e6f5ee4c3895c7e0155 (patch) | |
tree | 0c0d18b80cd97e4c0d6653a8641d78b1b10c5c41 /misc/less/Makefile | |
parent | 82fad6a1f237918d610a060d85db478b526468a0 (diff) | |
download | pkgsrc-939ac50989c4e4eae1314e6f5ee4c3895c7e0155.tar.gz |
Update to 358. Lots of new features since last pkgsrc version.
[Note: removed SunOS-only limitation, since perhaps some NetBSD users
want the latest less without upgrading to -current.]
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" |