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 /x11/xscreensaver | |
parent | db7dbc00a3f3db9e2ef76220f81b7d65811d8bc2 (diff) | |
download | pkgsrc-406162c47da1f6436f267a60b1225d91283a6cc9.tar.gz |
Remove now unnecessary --mandir setting (added automatically).
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
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 |