Skip to content

Commit

Permalink
sysutils/diskscrub: 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 25, 2024
1 parent 87fcd7f commit ef87f64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sysutils/diskscrub/Makefile
@@ -1,5 +1,6 @@
PORTNAME= diskscrub
PORTVERSION= 2.6.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/chaos/scrub/releases/download/${PORTVERSION}/
DISTNAME= scrub-${PORTVERSION}
Expand All @@ -12,7 +13,8 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

PLIST_FILES= bin/scrub man/man1/scrub.1.gz
PLIST_FILES= bin/scrub share/man/man1/scrub.1.gz

.include <bsd.port.mk>

0 comments on commit ef87f64

Please sign in to comment.