diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-13 08:12:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-13 08:12:19 +0000 |
commit | b4781fbeea4a7e8cd564f734af47819f7db08477 (patch) | |
tree | c76675a15b0fafc7f51a5888b1f03dc65a556c7b /misc/nut/Makefile | |
parent | - Fix problmes when -lpthread does exist. (diff) |
- Update to version 9.12
Diffstat (limited to 'misc/nut/Makefile')
-rw-r--r-- | misc/nut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile index cce9c0d78600..3efedb131aa4 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nut -PORTVERSION= 9.11 +PORTVERSION= 9.12 CATEGORIES= misc MASTER_SITES= http://www.lafn.org/~av832/ PKGNAMEPREFIX= health- @@ -33,7 +33,7 @@ do-install: ${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/raw.data/WEIGHT.txt \ ${PREFIX}/etc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/raw.data/sr16.nut \ + ${INSTALL_DATA} ${WRKSRC}/raw.data/sr16-1.nut \ ${PREFIX}/etc/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/nut.1 ${PREFIX}/man/man1 |