25 lines
523 B
Makefile
Raw Normal View History

2013-08-23 16:57:23 +00:00
# $OpenBSD: Makefile,v 1.27 2013/08/23 16:57:23 naddy Exp $
2007-08-11 17:52:11 +00:00
COMMENT= ls that can use color to display file attributes
DISTNAME= ls-5.4
PKGNAME= color${DISTNAME}
2013-08-23 16:57:23 +00:00
REVISION= 0
CATEGORIES= sysutils
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
2009-02-14 16:39:28 +00:00
MASTER_SITES= http://shell.uugrn.org/~naddy/
WRKDIST= ${WRKDIR}/ls
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2007-08-11 18:41:28 +00:00
# copy file and substitute a string near a CVS keyword
pre-patch:
2007-08-11 18:41:28 +00:00
sed 's/^\.Dt LS/.Dt COLORLS/' ${WRKSRC}/ls.1 >${WRKSRC}/colorls.1
.include <bsd.port.mk>