7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# Created by: doconnor@gsoft.com.au
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netpipes
|
|
PORTVERSION= 4.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR=kris
|
|
DISTNAME= netpipes-4.2-export
|
|
|
|
MAINTAINER= doconnor@gsoft.com.au
|
|
COMMENT= Group of shell utilities to connect programs to sockets
|
|
|
|
CONFLICTS= timelimit-[0-9]*
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKDIR} STAGEDIR=${STAGEDIR} install
|
|
|
|
.include <bsd.port.mk>
|