--- htdig-3.1.6-r1.ebuild Thu Apr 25 03:59:23 2002 +++ htdig-3.1.6-r2.ebuild Thu Apr 25 10:06:25 2002 @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger -# /space/gentoo/cvsroot/gentoo-x86/net-www/htdig/htdig-3.1.6-r1.ebuild,v 1.1 2002/04/24 18:59:23 seemant Exp{PN}/${PN}-3.1.5-r2.ebuild,v 1.2 2002/03/15 12:10:18 danarmak Exp $ +# /space/gentoo/cvsroot/gentoo-x86/net-www/htdig/htdig-3.1.6.ebuild,v 1.1 2002/04/15 11:12:07 seemant Exp{PN}/${PN}-3.1.5-r2.ebuild,v 1.2 2002/03/15 12:10:18 danarmak Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP/HTML indexing and searching system" @@ -17,13 +17,11 @@ ./configure \ --prefix=/usr \ --with-config-dir=/etc/${PN} \ - --with-image-dir=/home/httpd/htdocs/${PN} \ --with-search-dir=/home/httpd/htdocs/${PN} \ - --with-cgi-bin-dir=/home/httpd \ + --with-cgi-bin-dir=/home/httpd/cgi-bin \ --with-common-dir=/usr/share/${PN} \ --with-database-dir=/var/${PN} \ - --with-image-dir=/home/httpd/images/${PN} \ - --with-search-dir=/home/httpd/htdocs/${PN} \ + --with-image-dir=/home/httpd/htdocs/${PN} \ --with-default-config-file=/etc/${PN}/${PN}.conf \ || die @@ -36,13 +34,11 @@ make \ DESTDIR=${D} \ CONFIG_DIR=${D}/etc/${PN} \ - IMAGE_DIR=${D}/home/httpd/htdocs/${PN} \ SEARCH_DIR=${D}/home/httpd/htdocs/${PN} \ - CGIBIN_DIR=${D}/home/httpd \ + CGIBIN_DIR=${D}/home/httpd/cgi-bin \ COMMON_DIR=${D}/usr/share/${PN} \ DATABASE_DIR=${D}/var/${PN} \ - IMAGE_DIR=${D}/home/httpd/images/${PN} \ - SEARCH_DIR=${D}/home/httpd/htdocs/htdig \ + IMAGE_DIR=${D}/home/httpd/htdocs/${PN} \ DEFAULT_CONFIG_FILE=${D}/etc/${PN}/${PN}.conf \ exec_prefix=${D}/usr \ install || die @@ -53,6 +49,6 @@ insinto /etc/conf.d doins installdir/htdig.conf - dosed /etc/httpd/htdig.conf + dosed /etc/htdig/htdig.conf dosed /usr/bin/rundig }