mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 9.0
This commit is contained in:
parent
c78d5c8a32
commit
0f5691784e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86748
3 changed files with 5 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= nut
|
PORTNAME= nut
|
||||||
PORTVERSION= 8.10
|
PORTVERSION= 9.0
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= http://www.lafn.org/~av832/
|
MASTER_SITES= http://www.lafn.org/~av832/
|
||||||
PKGNAMEPREFIX= health-
|
PKGNAMEPREFIX= health-
|
||||||
|
@ -33,14 +33,14 @@ do-install:
|
||||||
${PREFIX}/etc/${PORTNAME}
|
${PREFIX}/etc/${PORTNAME}
|
||||||
${INSTALL_DATA} ${WRKSRC}/raw.data/WEIGHT.txt \
|
${INSTALL_DATA} ${WRKSRC}/raw.data/WEIGHT.txt \
|
||||||
${PREFIX}/etc/${PORTNAME}
|
${PREFIX}/etc/${PORTNAME}
|
||||||
${INSTALL_DATA} ${WRKSRC}/raw.data/sr15.nut \
|
${INSTALL_DATA} ${WRKSRC}/raw.data/sr16.nut \
|
||||||
${PREFIX}/etc/${PORTNAME}
|
${PREFIX}/etc/${PORTNAME}
|
||||||
${INSTALL_MAN} ${WRKSRC}/nut.1 ${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/nut.1 ${PREFIX}/man/man1
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
.for i in README sr15_doc.htm
|
.for i in README
|
||||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (nut-8.10.tar.gz) = b50a4b1a2e2e58d99cf33f78144bb7f7
|
MD5 (nut-9.0.tar.gz) = a863847e73a937b226a46bc83e33c678
|
||||||
|
|
|
@ -2,8 +2,7 @@ bin/nut
|
||||||
etc/nut/FOOD_DES.txt
|
etc/nut/FOOD_DES.txt
|
||||||
etc/nut/NUT_DATA.txt
|
etc/nut/NUT_DATA.txt
|
||||||
etc/nut/WEIGHT.txt
|
etc/nut/WEIGHT.txt
|
||||||
etc/nut/sr15.nut
|
etc/nut/sr16.nut
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/sr15_doc.htm
|
|
||||||
@dirrm etc/nut
|
@dirrm etc/nut
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue