From 5e1f3577fef292e53baf37efccea08996d615d99 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Sun, 3 Nov 2013 15:45:45 +0000 Subject: [PATCH] sysutils/ataidle: update to new WWW - Update new project URL [1] - Add LICENSE - Remove useless options include PR: ports/183617 Submitted by: Bruce Cran --- sysutils/ataidle/Makefile | 10 ++++------ sysutils/ataidle/pkg-descr | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index 3cba6d8ce895..7a2d2064bc1b 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -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 - 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 diff --git a/sysutils/ataidle/pkg-descr b/sysutils/ataidle/pkg-descr index 65b828e4e6ab..5c93fb5630fb 100644 --- a/sysutils/ataidle/pkg-descr +++ b/sysutils/ataidle/pkg-descr @@ -4,4 +4,4 @@ features of ATA hard drives. This includes standby timeouts, power details about the installed devices. Author: Bruce Cran -WWW: http://www.cran.org.uk/~brucec/software/ataidle/ +WWW: http://bluestop.org/ataidle/