diff options
Diffstat (limited to 'misc')
-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 |