diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index 26190e5958a2..34dbaf0d038c 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -1,16 +1,19 @@ PORTNAME= bestfit -PORTVERSION= 0.2.0 +DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Optimally choose files to be put on a CD (or other media) WWW= https://savannah.nongnu.org/projects/bestfit/ LICENSE= GPLv2 -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PLIST_FILES= bin/bestfit man/man1/bestfit.1.gz +PLIST_FILES= bin/bestfit \ + share/man/man1/bestfit.1.gz .include