aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 17:42:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 17:49:56 +0000
commit02ea001075690ed7833f0ce1114512de91d65737 (patch)
tree605fa399df185c9b34f21c7b08b9d3614ec87834
parent43ad0ddb84492385451851d9ffd3ecb004f807e5 (diff)
downloadports-02ea001075690ed7833f0ce1114512de91d65737.tar.gz
ports-02ea001075690ed7833f0ce1114512de91d65737.zip
sysutils/fusefs-fusepak: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/fusefs-fusepak/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-fusepak/Makefile b/sysutils/fusefs-fusepak/Makefile
index a8e7dc9baff0..b4613efb58ba 100644
--- a/sysutils/fusefs-fusepak/Makefile
+++ b/sysutils/fusefs-fusepak/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fusepak
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= sysutils games
MASTER_SITES= SF
PKGNAMEPREFIX= fusefs-
@@ -11,9 +12,10 @@ WWW= http://fusepak.sourceforge.net/
LICENSE= GPLv2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= fuse pkgconfig tar:bzip2
-PLIST_FILES= bin/pakmount man/man1/pakmount.1.gz
+PLIST_FILES= bin/pakmount share/man/man1/pakmount.1.gz
post-patch:
@${REINPLACE_CMD} -e 's,Linux,${OPSYS}, ; s,Fatnasy,Fantasy,' \