mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
sysutils/lbl-hf: Update to 1.10
Install man page in share/man. Changes since 1.9: - Remove unconditional FreeBSD configure mandir hack.
This commit is contained in:
parent
036f97bf85
commit
db41bf900b
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= hf
|
PORTNAME= hf
|
||||||
PORTVERSION= 1.9
|
PORTVERSION= 1.10
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://ee.lbl.gov/downloads/hf/ \
|
MASTER_SITES= https://ee.lbl.gov/downloads/hf/ \
|
||||||
LOCAL/leres/hf
|
LOCAL/leres/hf
|
||||||
|
@ -14,13 +14,13 @@ LICENSE= BSD3CLAUSE
|
||||||
CONFLICTS= hf
|
CONFLICTS= hf
|
||||||
|
|
||||||
PLIST_FILES= bin/hf \
|
PLIST_FILES= bin/hf \
|
||||||
man/man1/hf.1.gz
|
share/man/man1/hf.1.gz
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
# Only install hf
|
# Only install hf
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/hf ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/hf ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/hf.1 ${STAGEDIR}${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/hf.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1600212312
|
TIMESTAMP = 1705871329
|
||||||
SHA256 (hf-1.9.tar.gz) = 691d244090a6fb33fd54c7e741d9762ad8e9cc1beb328c78f0144c1c801b6991
|
SHA256 (hf-1.10.tar.gz) = ba8e17451d00737150dc57d86cbbb1bd418f9c779630ccb12308d45019e2a3b0
|
||||||
SIZE (hf-1.9.tar.gz) = 102539
|
SIZE (hf-1.10.tar.gz) = 103348
|
||||||
|
|
Loading…
Add table
Reference in a new issue