openbsd-ports/sysutils/colorls/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

28 lines
604 B
Makefile

# $OpenBSD: Makefile,v 1.21 2011/06/23 22:50:28 naddy Exp $
COMMENT= ls that can use color to display file attributes
DISTNAME= ls-4.8
PKGNAME= color${DISTNAME}
REVISION= 0
CATEGORIES= sysutils
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://shell.uugrn.org/~naddy/
WRKDIST= ${WRKDIR}/ls
NO_REGRESS= Yes
# copy file and substitute a string near a CVS keyword
pre-patch:
sed 's/^\.Dt LS/.Dt COLORLS/' ${WRKSRC}/ls.1 >${WRKSRC}/colorls.1
.include <bsd.port.mk>