diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-03 09:32:16 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-03 09:32:16 +0000 |
commit | 54ffdd032c7d5a104ceab7868fe267513d681789 (patch) | |
tree | de0bd4b69c67449bf818cc33dd6f029300d9993d | |
parent | 7c0b3977df453d214dce86cf80acaac8d569e14b (diff) | |
download | ports-54ffdd032c7d5a104ceab7868fe267513d681789.tar.gz ports-54ffdd032c7d5a104ceab7868fe267513d681789.zip |
Notes
-rw-r--r-- | sysutils/ataidle/Makefile | 7 | ||||
-rw-r--r-- | sysutils/ataidle/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ataidle/pkg-descr | 1 | ||||
-rw-r--r-- | sysutils/ataidle/pkg-plist | 6 |
4 files changed, 5 insertions, 11 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index ca4e017c751e..c30eb0475162 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ataidle -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= sysutils MASTER_SITES= http://www.cran.org.uk/bruce/software/ @@ -14,14 +14,15 @@ MAINTAINER= bruce@cran.org.uk COMMENT= Utility to set spindown timeout for ATA drives MAN8= ataidle.8 -DOCS= COPYING ChangeLog README +PORTDOCS= COPYING ChangeLog README +PLIST_FILES= sbin/ataidle do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ataidle ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/ataidle.8 ${MAN8PREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include <bsd.port.pre.mk> diff --git a/sysutils/ataidle/distinfo b/sysutils/ataidle/distinfo index 1a4339e8f3b5..b5f6e3ca456b 100644 --- a/sysutils/ataidle/distinfo +++ b/sysutils/ataidle/distinfo @@ -1 +1 @@ -MD5 (ataidle-0.3.tar.gz) = f8096d7a2de3a73bd62811da3dd9281e +MD5 (ataidle-0.4.tar.gz) = 8cc919a43ed185f61bc64ca3afccc1f5 diff --git a/sysutils/ataidle/pkg-descr b/sysutils/ataidle/pkg-descr index c5da942c49f2..1734147758a1 100644 --- a/sysutils/ataidle/pkg-descr +++ b/sysutils/ataidle/pkg-descr @@ -5,4 +5,3 @@ the installed devices. Author: Bruce Cran <bruce@cran.org.uk> WWW: http://www.cran.org.uk/bruce/software.php - diff --git a/sysutils/ataidle/pkg-plist b/sysutils/ataidle/pkg-plist deleted file mode 100644 index 0d19d4758120..000000000000 --- a/sysutils/ataidle/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -@comment $FreeBSD$ -sbin/ataidle -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |