fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
18 lines
441 B
Makefile
18 lines
441 B
Makefile
# Created by: roam@orbitel.bg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pslist
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://devel.ringlet.net/sysutils/pslist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Utility to view or send signals to processes with all their children
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= run
|
|
SHEBANG_FILES= pslist
|
|
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
.include <bsd.port.mk>
|