summaryrefslogtreecommitdiff
path: root/misc/colorls/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-12-29colorls: add LICENSEtriaxx1-1/+2
2016-09-08Support PKGMANDIR. Use RESTRICTED correctly.jperkin1-2/+3
2015-07-09Use nbcompat correctly, add patch comments. Fixes build on SunOS.jperkin1-1/+2
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-09-12Add USE_TOOLS+=nroff to packages which generate catman pages.jperkin1-1/+2
2013-04-06Fixes:rodent1-8/+8
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.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2012-03-01Fix build on SunOS.hans1-1/+5
- uses fts functions - define u_quad_t and S_ISTXT - no st_flags in struct stat
2011-09-06Improve COMMENT, suggested by Snader_LB.wiz1-2/+2
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-26Make sure install uses BINOWN, BINGRP, MANOWN, and MANGRPreed1-2/+4
settings. This fixes install when done as unprivileged. Bump PKGREVISION.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2004-03-29Enable pkgviews installation.schmonz1-1/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+3
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-02-05defuzzedwiz1-2/+1
1999-12-07Patch needs -F2rh1-9/+8
Fix DISTNAME/DISTFILES/WRKSRC hack.
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-7/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1998-07-03Don't mirror distribution files which are kept locally anyway.tron1-1/+2
1998-06-20Make packages which use NetBSD's bsd.man.mk work with automatic manualagc1-3/+6
page handling.
1998-05-21Handle MANZ case better and split the big patch file into one patchfrueauf1-3/+3
per file for better maintainance.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-23remove MANCOMPRESSED, reported by Markus Illenseer.hubertf1-2/+1
1998-01-27colorls installs two versions of the man page - one pre-formatted, andagc1-1/+3
one unformatted. They are both gzipped. Set MANCOMPRESSED, MAN1 and CAT1 accordingly.
1997-10-24 - Put back FreeBSD RCS Idhubertf1-1/+4
- define MAN1
1997-10-11Import as of 09/25/97hubertf1-0/+22