openbsd-ports/sysutils/colorls/Makefile

27 lines
604 B
Makefile
Raw Normal View History

2007-08-11 14:41:28 -04:00
# $OpenBSD: Makefile,v 1.14 2007/08/11 18:41:28 naddy Exp $
2007-08-11 13:52:11 -04:00
COMMENT= ls that can use color to display file attributes
2007-08-11 13:52:11 -04:00
DISTNAME= ls-4.2
2006-05-27 00:35:21 -04:00
PKGNAME= color${DISTNAME}
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
2006-10-21 05:42:32 -04:00
MASTER_SITES= http://sites.inka.de/~mips/unix/distfiles/
WRKDIST= ${WRKDIR}/ls
NO_REGRESS= Yes
2007-08-11 14:41:28 -04:00
# copy file and substitute a string near a CVS keyword
pre-patch:
2007-08-11 14:41:28 -04:00
sed 's/^\.Dt LS/.Dt COLORLS/' ${WRKSRC}/ls.1 >${WRKSRC}/colorls.1
.include <bsd.port.mk>