diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
commit | d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d (patch) | |
tree | c25483ef9ceb6335a34ebff7845607b697c70aa9 /sysutils/daemontools/Makefile | |
parent | 70717dc960c583000dde5acfd950b24bfee36a7a (diff) | |
download | FreeBSD-ports-d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d.zip FreeBSD-ports-d314f4e8c48354a4af09344ce1d4e66ddb4a6e5d.tar.gz |
Corrrect whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'sysutils/daemontools/Makefile')
-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 8a8f5fb..21e1d4d 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> |