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)
17 lines
373 B
Makefile
17 lines
373 B
Makefile
# Created by: Tim Bishop <tim@bishnet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freedt
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://offog.org/files/ \
|
|
http://ftp.i-scream.org/pub/offog.org/files/
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Experimental reimplementation of Dan Bernstein's daemontools
|
|
|
|
CONFLICTS= daemontools-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|