diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-03-29 03:28:49 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-03-29 03:28:49 +0000 |
commit | 26a8abba4e9d35b6f28b653981af3c8ff18adc84 (patch) | |
tree | 24a3762ec1feb8921f2d6bb3d76c10e73ae6bd48 /misc/colorls | |
parent | d42ef9679bd8e431c9002476f53b096b0aefe4f1 (diff) | |
download | pkgsrc-26a8abba4e9d35b6f28b653981af3c8ff18adc84.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'misc/colorls')
-rw-r--r-- | misc/colorls/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 1bbe2cc27cd..2d27de449a9 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 21:48:49 grant Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/29 03:28:49 schmonz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/04/30 03:18:06 asami Exp # @@ -10,10 +10,14 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Ls that can use color to display file attributes +PKG_INSTALLATION_TYPES= overwrite pkgviews + NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL MANCOMPRESSED_IF_MANZ= yes +INSTALLATION_DIRS= bin man/man1 man/cat1 + pre-patch: ${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1 |