sysutils/ataidle: update to new WWW
- Update new project URL [1] - Add LICENSE - Remove useless options include PR: ports/183617 Submitted by: Bruce Cran <bruce cran.org.uk>
This commit is contained in:
parent
9c9063e678
commit
5e1f3577fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332620
@ -4,26 +4,24 @@
|
||||
PORTNAME= ataidle
|
||||
PORTVERSION= 2.7.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.cran.org.uk/~brucec/software/
|
||||
MASTER_SITES= http://bluestop.org/ataidle/
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Utility to spin down ATA drives
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
PORTDOCS= COPYING Changelog README
|
||||
PORTDOCS= Changelog README
|
||||
PLIST_FILES= sbin/ataidle \
|
||||
man/man8/ataidle.8.gz
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ataidle ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/ataidle.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,4 +4,4 @@ features of ATA hard drives. This includes standby timeouts, power
|
||||
details about the installed devices.
|
||||
|
||||
Author: Bruce Cran <bruce@cran.org.uk>
|
||||
WWW: http://www.cran.org.uk/~brucec/software/ataidle/
|
||||
WWW: http://bluestop.org/ataidle/
|
||||
|
Loading…
Reference in New Issue
Block a user