pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/hddtemp Fix EXTRACT_SUFX, and DISTFILES handl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dec399f9ce77
branches:  trunk
changeset: 521735:dec399f9ce77
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 19 09:44:35 2006 +0000

description:
Fix EXTRACT_SUFX, and DISTFILES handling.

diffstat:

 sysutils/hddtemp/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 81d1bf37f689 -r dec399f9ce77 sysutils/hddtemp/Makefile
--- a/sysutils/hddtemp/Makefile Sun Nov 19 09:36:15 2006 +0000
+++ b/sysutils/hddtemp/Makefile Sun Nov 19 09:44:35 2006 +0000
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2006/10/19 21:00:18 christos Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/19 09:44:35 wiz Exp $
 
 DISTNAME=      hddtemp-0.3-beta15
 PKGNAME=       hddtemp-0.3b15
 CATEGORIES=    sysutils
-EXTRACT_SUFX=  tar.bz2
 MASTER_SITES=  http://www.guzu.net/files/
-
-SITES.hddtemp.db=      http://www.guzu.net/linux/
-DISTFILES+=    hddtemp.db
-
+DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} hddtemp.db
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    christos%NetBSD.org@localhost
 HOMEPAGE=      http://www.guzu.net/linux/hddtemp.php
 COMMENT=       Gather temperature stats for disk drives
 
+SITES.hddtemp.db=      http://www.guzu.net/linux/
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 ONLY_FOR_PLATFORM=      Linux-*-*
 



Home | Main Index | Thread Index | Old Index