diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index ee3509a5455f..579f902d5e19 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,26 +1,28 @@ PORTNAME= gperf PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= dinoex@FreeBSD.org COMMENT= Generates perfect hash functions for sets of keywords WWW= https://www.gnu.org/software/gperf/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= ace+tao MAKE_JOBS_UNSAFE= yes USES= cpe USE_CSTD= gnu99 USE_CXXSTD= gnu++98 CPE_VENDOR= ${CPE_PRODUCT}_project CPE_PRODUCT= ${PORTNAME}tools GNU_CONFIGURE= yes CONFIGURE_ARGS+= --docdir=${DOCSDIR} +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INFO= gperf TEST_TARGET= check .include diff --git a/devel/gperf/pkg-plist b/devel/gperf/pkg-plist index d7ef44994977..4048c8c3f103 100644 --- a/devel/gperf/pkg-plist +++ b/devel/gperf/pkg-plist @@ -1,3 +1,3 @@ bin/gperf -man/man1/gperf.1.gz %%DOCSDIR%%/gperf.html +share/man/man1/gperf.1.gz