diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile index d46d1c33fc23..285ae2bcb19a 100644 --- a/sysutils/fusefs-pod/Makefile +++ b/sysutils/fusefs-pod/Makefile @@ -1,20 +1,21 @@ PORTNAME= pod PORTVERSION= 0.5.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils audio MASTER_SITES= SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION} PKGNAMEPREFIX= fusefs- DISTNAME= fusepod-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= FUSE-based filesystem for iPod WWW= https://fusepod.sourceforge.net/ LIB_DEPENDS= libgpod.so:audio/libgpod\ libtag.so:audio/taglib USES= compiler:c++11-lang fuse pkgconfig tar:bzip2 GNU_CONFIGURE= yes -PLIST_FILES= bin/fusepod man/man1/fusepod.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +PLIST_FILES= bin/fusepod share/man/man1/fusepod.1.gz .include