aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-02-03 17:32:16 +0800
committerclement <clement@FreeBSD.org>2004-02-03 17:32:16 +0800
commit314052fa2044abd5f41805a9ac45f63ad3d3aa6f (patch)
tree7f8c75d74768debe54b7b30c0e089f673d37ebe2 /sysutils
parent48a11a225263a2d9cf16025ec172b8061d97d752 (diff)
downloadfreebsd-ports-gnome-314052fa2044abd5f41805a9ac45f63ad3d3aa6f.tar.gz
freebsd-ports-gnome-314052fa2044abd5f41805a9ac45f63ad3d3aa6f.tar.zst
freebsd-ports-gnome-314052fa2044abd5f41805a9ac45f63ad3d3aa6f.zip
- Update to 0.4
- kill pkg-plist PR: 62082 Submitted by: Bruce Cran <bruce@cran.org.uk> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ataidle/Makefile7
-rw-r--r--sysutils/ataidle/distinfo2
-rw-r--r--sysutils/ataidle/pkg-descr1
-rw-r--r--sysutils/ataidle/pkg-plist6
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%%