mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/sdparm: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
7b3fc9c1a0
commit
7de54abe17
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue