diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
commit | 960543ecef69ee80e8cef4cb3a22e623071440c5 (patch) | |
tree | 22c4a6d0707e9e2799eaacf878b9d4e2ffbc4e02 /sysutils/daemontools | |
parent | 9647ca36cdba95e38253de912be65e456bd59da0 (diff) | |
download | freebsd-ports-960543ecef69ee80e8cef4cb3a22e623071440c5.zip |
Corrrect whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'sysutils/daemontools')
-rw-r--r-- | sysutils/daemontools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 8a8f5fb552ae..21e1d4d6502c 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -6,9 +6,9 @@ # PORTNAME= daemontools -PORTVERSION= 0.53 +PORTVERSION= 0.53 CATEGORIES= sysutils -MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ +MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ MAINTAINER= dom@myrddin.demon.co.uk @@ -20,7 +20,7 @@ INSTALL_TARGET= setup SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \ MANMODE="${MANMODE}" CFLAGS="${CFLAGS}" -MAN1= accustamp.1 cyclog.1 errorsto.1 fifo.1 setuser.1 supervise.1 svc.1 \ - svstat.1 tailocal.1 testfilelock.1 usually.1 +MAN1= accustamp.1 cyclog.1 errorsto.1 fifo.1 setuser.1 supervise.1 \ + svc.1 svstat.1 tailocal.1 testfilelock.1 usually.1 .include <bsd.port.mk> |