aboutsummaryrefslogtreecommitdiff
path: root/devel/gperf
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-23 09:36:51 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-23 09:36:51 +0000
commitf935a609c53c5c6031e6848db95c7debed127e27 (patch)
tree4c3cf6af6588247c0dd3f92f9601357c33c56217 /devel/gperf
parent703b5eb18b542fec0e78704ada72142cd2b33175 (diff)
downloadports-f935a609c53c5c6031e6848db95c7debed127e27.tar.gz
ports-f935a609c53c5c6031e6848db95c7debed127e27.zip
Notes
Diffstat (limited to 'devel/gperf')
-rw-r--r--devel/gperf/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile
index 2af7ca04b2c9..ed490471744b 100644
--- a/devel/gperf/Makefile
+++ b/devel/gperf/Makefile
@@ -17,8 +17,6 @@ COMMENT= Generates perfect hash functions for sets of keywords
GNU_CONFIGURE= yes
MAN1= gperf.1
INFO= gperf
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man \
- --infodir=${PREFIX}/${INFO_PATH} \
- --docdir=${DOCSDIR}
+CONFIGURE_ARGS+= --docdir=${DOCSDIR}
.include <bsd.port.mk>