diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-14 14:07:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-14 14:07:23 +0800 |
commit | e6341e33d1309f364e514c0f462c63c919b8ef1b (patch) | |
tree | 8deddb5b70234e1af8eaefd83b8c0a7dccc383aa /sysutils/ataidle/Makefile | |
parent | 2ca30aa155798f6f6aad8445dd00530703f4fdf7 (diff) | |
download | freebsd-ports-gnome-e6341e33d1309f364e514c0f462c63c919b8ef1b.tar.gz freebsd-ports-gnome-e6341e33d1309f364e514c0f462c63c919b8ef1b.tar.zst freebsd-ports-gnome-e6341e33d1309f364e514c0f462c63c919b8ef1b.zip |
- Add rc.d script
PR: 113115
Submitted by: Bruce Cran <bruce@cran.org.uk> (maintainer)
Diffstat (limited to 'sysutils/ataidle/Makefile')
-rw-r--r-- | sysutils/ataidle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index bb968fe16c9e..b83825d54597 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.cran.org.uk/bruce/software/ MAINTAINER= bruce@cran.org.uk COMMENT= Utility to spin down ATA drives +USE_RC_SUBR= ${PORTNAME} MAN8= ataidle.8 PORTDOCS= COPYING ChangeLog README PLIST_FILES= sbin/ataidle |