diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-07 18:43:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-07 18:43:40 +0000 |
commit | 9274a18018c2119da672ff8ef4b6fc61bb3ffb73 (patch) | |
tree | 2f1cca91ffdf615643b66b23f0b18014cea2f90e /devel/gperf | |
parent | dae5081b84a11bb57e33c4f12d03d80fc453cc9d (diff) | |
download | pkgsrc-9274a18018c2119da672ff8ef4b6fc61bb3ffb73.tar.gz |
Remove now unnecessary --mandir setting (added automatically).
Diffstat (limited to 'devel/gperf')
-rw-r--r-- | devel/gperf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index e849d3d51b7..f591eb48cee 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:45:24 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/10/07 18:44:21 wiz Exp $ # DISTNAME= gperf-3.0.1 @@ -13,7 +13,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --mandir="${PREFIX}/man" INFO_FILES= gperf.info |