Skip to content

Commit

Permalink
sysutils/scalpel: 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 077c863 commit c9a2c50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sysutils/scalpel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= scalpel
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.digitalforensicssolutions.com/Scalpel/ \
https://fossies.org/linux/misc/
Expand All @@ -14,9 +15,10 @@ LIB_DEPENDS= libtre.so:textproc/libtre

USES= alias localbase
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
SUB_FILES= pkg-message

PLIST_FILES= etc/scalpel.conf.sample bin/scalpel man/man1/scalpel.1.gz
PLIST_FILES= etc/scalpel.conf.sample bin/scalpel share/man/man1/scalpel.1.gz

post-patch:
@${REINPLACE_CMD} -e \
Expand Down

0 comments on commit c9a2c50

Please sign in to comment.