diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-01 22:02:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-01 22:02:47 +0000 |
commit | 2466d3186a92261ced7cd4ba5090b92a36124fee (patch) | |
tree | 363dcfbed88fc5a55fea22af7f64e6a85c1694af /x11/xscreensaver/Makefile.common | |
parent | b617684e6a38a3bf0365358f187f460b00a8ee21 (diff) | |
download | pkgsrc-2466d3186a92261ced7cd4ba5090b92a36124fee.tar.gz |
We don't have to set INSTALL, nor comment out the INSTALL_SCRIPT line
in configure.
Diffstat (limited to 'x11/xscreensaver/Makefile.common')
-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 9f59592fedf..292c60b3c52 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2002/05/16 21:55:31 cjep Exp $ +# $NetBSD: Makefile.common,v 1.32 2002/06/01 22:02:47 wiz Exp $ # DISTNAME= xscreensaver-4.02 @@ -24,7 +24,6 @@ CONFIGURE_ARGS+= --with-zippy=/usr/games/fortune CONFIGURE_ARGS+= --without-motif CONFIGURE_ARGS+= --without-shadow -CONFIGURE_ENV+= INSTALL=/usr/bin/install CONFIGURE_ENV+= X_PRE_LIBS=-lXt CONFIGURE_ENV+= ac_cv_x_app_defaults="${PREFIX}/lib/X11/app-defaults" CONFIGURE_ENV+= PERL="${PERL5}" ac_cv_perl_version="${PERL_VERSION}" |