diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile index a3c41d2d66e4..ee8a3e9725a9 100644 --- a/sysutils/fdupes/Makefile +++ b/sysutils/fdupes/Makefile @@ -1,28 +1,30 @@ PORTNAME= fdupes -PORTVERSION= 2.2.1 +DISTVERSION= 2.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/adrianlopezroche/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Program for identifying or deleting duplicate files WWW= https://github.com/adrianlopezroche/fdupes/ LICENSE= MIT USES= localbase pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/fdupes \ - man/man1/fdupes.1.gz + share/man/man1/fdupes.1.gz OPTIONS_DEFINE= NCURSES OPTIONS_DEFAULT= NCURSES NCURSES_LIB_DEPENDS= libpcre2-32.so:devel/pcre2 NCURSES_USES= ncurses:base NCURSES_CONFIGURE_OFF= --without-ncurses -NCURSES_PLIST_FILES= man/man7/fdupes-help.7.gz +NCURSES_PLIST_FILES= share/man/man7/fdupes-help.7.gz .include