diff options
Diffstat (limited to 'devel/gperf/Makefile')
-rw-r--r-- | devel/gperf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 51c3803cdf2d..3c5ce90a2a65 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gperf -PORTVERSION= 2.7.2 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gperf @@ -17,6 +16,7 @@ COMMENT= Generates perfect hash functions for sets of keywords GNU_CONFIGURE= yes MAN1= gperf.1 +CONFIGURE_ARGS+= --mandir=${PREFIX}/man post-install: install-info ${PREFIX}/info/gperf.info ${PREFIX}/info/dir |