Index: head/sysutils/ataidle/Makefile =================================================================== --- head/sysutils/ataidle/Makefile (revision 332619) +++ head/sysutils/ataidle/Makefile (revision 332620) @@ -1,29 +1,27 @@ # Created by: Bruce Cran # $FreeBSD$ 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 - 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 Index: head/sysutils/ataidle/pkg-descr =================================================================== --- head/sysutils/ataidle/pkg-descr (revision 332619) +++ head/sysutils/ataidle/pkg-descr (revision 332620) @@ -1,7 +1,7 @@ ATAidle is a utility to set the power management and performance features of ATA hard drives. This includes standby timeouts, power (APM), write cache and acoustic (AAM) level settings, and it can show details about the installed devices. Author: Bruce Cran -WWW: http://www.cran.org.uk/~brucec/software/ataidle/ +WWW: http://bluestop.org/ataidle/