wok diff freetds/receipt @ rev 1625

get-texlive add perl to DEPEND, ask user to confirm installation
author Pierre-Jean Fichet <sygne@ombres.eu>
date Thu Oct 23 20:14:35 2008 +0000 (2008-10-23)
parents 14320228765e
children 3eacc9c96968
line diff
     1.1 --- a/freetds/receipt	Sat Oct 04 12:01:29 2008 +0000
     1.2 +++ b/freetds/receipt	Thu Oct 23 20:14:35 2008 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.7 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.8 +	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }