8ab8ae8888
settings. This fixes install when done as unprivileged. Bump PKGREVISION.
24 lines
588 B
Makefile
24 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.19 2005/08/26 22:31:49 reed Exp $
|
|
|
|
DISTNAME= ls
|
|
PKGNAME= colorls-2.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc
|
|
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
|
|
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \
|
|
MANOWN=${MANOWN} MANGRP=${MANGRP}
|
|
INSTALLATION_DIRS= bin man/man1 man/cat1
|
|
|
|
pre-patch:
|
|
${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|