40b9386504
Like, come on, it's not like there are hundreds of instances of ls that need replacing, thx to .Nm, only the examples need replacing. install it in the right location. respect stylistic issues. This is a man page, not an introduction document.
26 lines
524 B
Makefile
26 lines
524 B
Makefile
# $OpenBSD: Makefile,v 1.10 2005/09/05 11:55:47 espie Exp $
|
|
|
|
COMMENT= "ls that can use color to display file attributes"
|
|
|
|
DISTNAME= ls-3.7.1
|
|
PKGNAME= color${DISTNAME}p0
|
|
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://grappa.unix-ag.uni-kl.de/~naddy/
|
|
|
|
WRKDIST= ${WRKDIR}/ls
|
|
NO_REGRESS= Yes
|
|
|
|
pre-patch:
|
|
cp ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
|
|
|
|
.include <bsd.port.mk>
|