diff options
| author | wiz <wiz@pkgsrc.org> | 2018-12-21 07:06:03 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2018-12-21 07:06:03 +0000 |
| commit | d2314bc8f9e1ac341808312cdfd121696af00564 (patch) | |
| tree | 6f09c24f13a96df3fd8edbfc98163127dfbafbc0 /sysutils/lsof | |
| parent | e26d11716922cf4ada846a52bbc908ce536f2e07 (diff) | |
| download | pkgsrc-d2314bc8f9e1ac341808312cdfd121696af00564.tar.gz | |
lsof: fix two pkglint warnings
Diffstat (limited to 'sysutils/lsof')
| -rw-r--r-- | sysutils/lsof/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 6e7b5d86fd2..8a11deb0644 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.132 2018/12/09 09:33:36 triaxx Exp $ +# $NetBSD: Makefile,v 1.133 2018/12/21 07:06:03 wiz Exp $ DISTNAME= lsof_4.91 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ MASTER_SITES+= ftp://ftp.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ @@ -92,6 +92,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/scripts/00* \ ${DESTDIR}${PREFIX}/share/examples/lsof +.PHONY: opt opt: .for dir in ${TEST_DIRS} ${RUN}${_ULIMIT_CMD} \ |
