diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-19 09:44:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-19 09:44:35 +0000 |
commit | 72219001c018967e49eff3665299ee98d9243da3 (patch) | |
tree | 2124b266cdefe9d343fea00cf66448f141f098d9 /sysutils | |
parent | 2fb20f59db540fdf63c82072ba31f28bf136a0e7 (diff) | |
download | pkgsrc-72219001c018967e49eff3665299ee98d9243da3.tar.gz |
Fix EXTRACT_SUFX, and DISTFILES handling.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hddtemp/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/hddtemp/Makefile b/sysutils/hddtemp/Makefile index 103c805dbb6..8150c8e48f8 100644 --- a/sysutils/hddtemp/Makefile +++ b/sysutils/hddtemp/Makefile @@ -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 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-*-* |