1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

sysutils/sdparm: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Vladimir Druzenko 2024-03-06 00:12:16 +03:00
parent 7b3fc9c1a0
commit 7de54abe17

View File

@ -1,5 +1,6 @@
PORTNAME= sdparm
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
@ -12,12 +13,13 @@ LICENSE= BSD3CLAUSE
USE_LDCONFIG= yes
USES= shebangfix tar:tgz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
SHEBANG_FILES= scripts/sas_disk_blink
PLIST_FILES= bin/sas_disk_blink \
bin/sdparm \
man/man8/sas_disk_blink.8.gz \
man/man8/sdparm.8.gz
share/man/man8/sas_disk_blink.8.gz \
share/man/man8/sdparm.8.gz
.include <bsd.port.mk>