sysutils/linuxfdisk: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 06:48:07 +01:00
parent 50a73e207e
commit f74dd34159
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= linuxfdisk
PORTVERSION= 2.11z
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v2.11/ \
http://ftp.be.debian.org/pub/linux/utils/util-linux/v2.11/ \

View File

@ -30,6 +30,6 @@ install:
$(INSTALL) -c -m 0555 -s fdisk ${DESTDIR}${PREFIX}/sbin/fdisk-linux
$(INSTALL) -c -m 0555 -s cfdisk ${DESTDIR}${PREFIX}/sbin/cfdisk-linux
$(INSTALL) -c -m 0555 -s sfdisk ${DESTDIR}${PREFIX}/sbin/sfdisk-linux
$(INSTALL) -c -m 0644 fdisk.8 ${DESTDIR}${PREFIX}/man/man8/fdisk-linux.8
$(INSTALL) -c -m 0644 cfdisk.8 ${DESTDIR}${PREFIX}/man/man8/cfdisk-linux.8
$(INSTALL) -c -m 0644 sfdisk.8 ${DESTDIR}${PREFIX}/man/man8/sfdisk-linux.8
$(INSTALL) -c -m 0644 fdisk.8 ${DESTDIR}${PREFIX}/share/man/man8/fdisk-linux.8
$(INSTALL) -c -m 0644 cfdisk.8 ${DESTDIR}${PREFIX}/share/man/man8/cfdisk-linux.8
$(INSTALL) -c -m 0644 sfdisk.8 ${DESTDIR}${PREFIX}/share/man/man8/sfdisk-linux.8

View File

@ -1,6 +1,6 @@
man/man8/cfdisk-linux.8.gz
man/man8/fdisk-linux.8.gz
man/man8/sfdisk-linux.8.gz
share/man/man8/cfdisk-linux.8.gz
share/man/man8/fdisk-linux.8.gz
share/man/man8/sfdisk-linux.8.gz
sbin/fdisk-linux
sbin/cfdisk-linux
sbin/sfdisk-linux