Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/smartmontools/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 23 Dec 2009 18:55:52 -0000 1.45 +++ Makefile 4 Feb 2010 10:58:07 -0000 @@ -7,6 +7,7 @@ PORTNAME= smartmontools PORTVERSION= 5.39 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF Index: files/smart.in =================================================================== RCS file: /home/ncvs/ports/sysutils/smartmontools/files/smart.in,v retrieving revision 1.5 diff -u -r1.5 smart.in --- files/smart.in 3 Jun 2009 18:12:30 -0000 1.5 +++ files/smart.in 4 Feb 2010 10:58:07 -0000 @@ -41,7 +41,7 @@ echo echo "Checking health of ${device}:" echo - ${smartctl} ${daily_status_smartctl_flags} ${device} > "${tmpfile}" + ${smartctl} ${daily_status_smartctl_flags} /dev/${device} > "${tmpfile}" status=$? if [ $((status & 3)) -ne 0 ]; then rc=2