Skip to content

Commit

Permalink
sysutils/linuxfdisk: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 50a73e2 commit f74dd34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sysutils/linuxfdisk/Makefile
@@ -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/ \
Expand Down
6 changes: 3 additions & 3 deletions sysutils/linuxfdisk/files/linuxfdisk-Makefile
Expand Up @@ -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
6 changes: 3 additions & 3 deletions sysutils/linuxfdisk/pkg-plist
@@ -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

0 comments on commit f74dd34

Please sign in to comment.