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/healthd/Makefile | |
parent | 9647ca36cdba95e38253de912be65e456bd59da0 (diff) | |
download | ports-960543ecef69ee80e8cef4cb3a22e623071440c5.tar.gz ports-960543ecef69ee80e8cef4cb3a22e623071440c5.zip |
Notes
Diffstat (limited to 'sysutils/healthd/Makefile')
-rw-r--r-- | sysutils/healthd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 1fe2840c2290..c8cb9a9b88e6 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= healthd -PORTVERSION= 0.3 +PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= http://healthd.thehousleys.net/ @@ -15,7 +15,7 @@ MAINTAINER= jim@thehousleys.net HAS_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} -MAN8= healthd.8 +MAN8= healthd.8 post-install: @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \ |