COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
28 lines
694 B
Makefile
28 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.27 2013/04/06 03:45:17 rodent Exp $
|
|
|
|
DISTNAME= ls
|
|
PKGNAME= colorls-2.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Uses color with ls(1) to display file attributes
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_FEATURES+= fts_open
|
|
|
|
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
|
|
|
|
MANCOMPRESSED_IF_MANZ= yes
|
|
MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} \
|
|
MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q}
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1
|
|
|
|
CFLAGS.SunOS+= -Du_quad_t=uint64_t -DS_ISTXT=S_ISVTX
|
|
|
|
pre-patch:
|
|
${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|