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)
19 lines
424 B
Makefile
19 lines
424 B
Makefile
# Created by: Xavier Beaudouin <kiwi@oav.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= syslogger
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://oav.net/projects/syslogger/
|
|
|
|
MAINTAINER= kiwi@oav.net
|
|
COMMENT= Logger(1) like tool that sends file or pipe througth syslog
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/syslogger
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/syslogger ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|