diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:20:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:20:22 +0000 |
commit | 4f6a1e7d738ed40af7b825e497b9835f89d34b95 (patch) | |
tree | 8d64de48ee1508f3bccf88ea4dad8be1a1bfe60e /misc/gnuls/Makefile | |
parent | 1f00c3cd5ef18605d2534b78f95107fc6e88be7b (diff) |
Notes
Diffstat (limited to 'misc/gnuls/Makefile')
-rw-r--r-- | misc/gnuls/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index 07f9ba3c1233..78ff52e6644a 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: Linux-style colorized `ls' -# Version required: 3.12.0.2 (GNU fileutils 3.12) +# New ports collection makefile for: GNU colorized `ls' +# Version required: 4.0 (GNU fileutils 4.0) # Date created: 06 January 1996 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.7 1997/09/18 17:40:24 fenner Exp $ +# $Id: Makefile,v 1.8 1999/01/27 07:41:23 fenner Exp $ # -DISTNAME= fileutils-3.16 -PKGNAME= gnuls-3.16 +DISTNAME= fileutils-4.0 +PKGNAME= gnuls-4.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= fileutils @@ -15,6 +15,6 @@ MASTER_SITE_SUBDIR= fileutils MAINTAINER= bmc@WillsCreek.COM GNU_CONFIGURE= yes -MAN1= gnuls.1 dircolors.1 +MAN1= gnuls.1 dircolors.1 dir.1 vdir.1 .include <bsd.port.mk> |