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 | 406162c47da1f6436f267a60b1225d91283a6cc9 (patch) | |
tree | 2f1cca91ffdf615643b66b23f0b18014cea2f90e | |
parent | db7dbc00a3f3db9e2ef76220f81b7d65811d8bc2 (diff) | |
download | pkgsrc-406162c47da1f6436f267a60b1225d91283a6cc9.tar.gz |
Remove now unnecessary --mandir setting (added automatically).
-rw-r--r-- | devel/gperf/Makefile | 3 | ||||
-rw-r--r-- | x11/xscreensaver/Makefile.common | 3 |
2 files changed, 2 insertions, 4 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 diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index 440a6a4c196..de756b00f3d 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.83 2005/06/28 10:03:14 wiz Exp $ +# $NetBSD: Makefile.common,v 1.84 2005/10/07 18:43:40 wiz Exp $ # DISTNAME= xscreensaver-4.22 @@ -17,7 +17,6 @@ USE_X11= yes USE_TOOLS+= perl GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --mandir=${PREFIX}/man CONFIGURE_ARGS+= --with-hackdir=${PREFIX}/libexec/xscreensaver CONFIGURE_ARGS+= --with-gl CONFIGURE_ARGS+= --with-gle |