diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-03-03 04:00:46 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-03-03 04:00:46 +0000 |
commit | efd190c942c09a1b363f138f9bb0684872fac34b (patch) | |
tree | 8f853fa2c17cb2ae3a7f1185fbf4ff8a80ed22b2 /sysutils | |
parent | Fix build on 4. (diff) |
Remove pkg-comment and place in Makefile
Notes
Notes:
svn path=/head/; revision=76777
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/healthd/Makefile | 1 | ||||
-rw-r--r-- | sysutils/healthd/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index f3817f883d85..d4356951dcb8 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -12,6 +12,7 @@ CATEGORIES= sysutils ipv6 MASTER_SITES= http://healthd.thehousleys.net/ MAINTAINER= jeh@FreeBSD.org +COMMENT= A daemon to monitor vital motherboard parameters HAS_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} diff --git a/sysutils/healthd/pkg-comment b/sysutils/healthd/pkg-comment deleted file mode 100644 index 5a6284591eba..000000000000 --- a/sysutils/healthd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A daemon to monitor vital motherboard parameters |