wok diff rp-l2tp/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents 3b4e4318134e
children e919c5a2742d
line diff
     1.1 --- a/rp-l2tp/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/rp-l2tp/receipt	Wed Nov 06 16:26:14 2019 +0100
     1.3 @@ -10,14 +10,14 @@
     1.4  WEB_SITE="http://rp-l2tp.sourceforge.net/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  TAGS="vpn tunnel"
     1.7 +CONFIG_FILES="/etc/l2tp"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.14 -	--mandir=/usr/share/man \
    1.15 -	$CONFIGURE_ARGS &&
    1.16 +		--mandir=/usr/share/man \
    1.17 +		$CONFIGURE_ARGS &&
    1.18  	make &&
    1.19  	make DESTDIR=$DESTDIR install
    1.20  }
    1.21 @@ -31,4 +31,3 @@
    1.22  	cp -a $src/handlers/l2tp-control $fs/usr/sbin
    1.23  	cp -a $src/handlers/*.so $fs/usr/lib/l2tp/plugins
    1.24  }
    1.25 -