diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-05-12 21:58:28 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-05-12 21:58:28 +0000 |
commit | b78b767578faebe83ce6cf0420e0a6b116bbe50c (patch) | |
tree | 191b2407b212bd11b8a571ca1699460223f2bf04 /net-dialup | |
parent | Stable on x86. (diff) | |
download | historical-b78b767578faebe83ce6cf0420e0a6b116bbe50c.tar.gz historical-b78b767578faebe83ce6cf0420e0a6b116bbe50c.tar.bz2 historical-b78b767578faebe83ce6cf0420e0a6b116bbe50c.zip |
call eautomake in src_unpack instead src_compile
Package-Manager: portage-2203-svn
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/pptpd/Manifest | 8 | ||||
-rw-r--r-- | net-dialup/pptpd/pptpd-1.3.2.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-dialup/pptpd/Manifest b/net-dialup/pptpd/Manifest index 5fc868475fc9..5fede84a5315 100644 --- a/net-dialup/pptpd/Manifest +++ b/net-dialup/pptpd/Manifest @@ -16,11 +16,11 @@ MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 b7dbbe4e000b11e6915287267bcb835d pptpd-1.2.3-r1.ebuild 1378 MD5 0bc4bd031b43f2df2dbeafc584440b6e pptpd-1.3.0.ebuild 1466 MD5 0ebba8a1b9b58370ffa8727ced8c2d99 pptpd-1.3.1.ebuild 1466 -MD5 3d9d4bc5ead7e9dfa3958764953961f2 pptpd-1.3.2.ebuild 1515 +MD5 106f616bd20a1df35e1e3755cfe1e9b4 pptpd-1.3.2.ebuild 1515 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) -iD4DBQFEZP1NjG8pv1lIUX4RAj3QAJ49HFAEu7KH6KOuuSv17SMnXnfwUACWLKkl -ibh3CvsNzhHXvWqopeiQ8w== -=E883 +iD8DBQFEZQUWjG8pv1lIUX4RAsbRAJ4hR8K/U/CIONKXgUNqukdgqhfrJACfSfmx +T9kHOuHkwdZOYsfDbQUxyCo= +=bdWQ -----END PGP SIGNATURE----- diff --git a/net-dialup/pptpd/pptpd-1.3.2.ebuild b/net-dialup/pptpd/pptpd-1.3.2.ebuild index 0f049669b4b9..4263900391d3 100644 --- a/net-dialup/pptpd/pptpd-1.3.2.ebuild +++ b/net-dialup/pptpd/pptpd-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.3.2.ebuild,v 1.1 2006/05/12 21:25:14 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.3.2.ebuild,v 1.2 2006/05/12 21:58:28 mrness Exp $ inherit eutils autotools @@ -27,11 +27,11 @@ src_unpack() { PPPD_VER=${PPPD_VER#*/*-} #reduce it to ${PV}-${PR} PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision sed -i -e "s:\\(#define[ \\t]*VERSION[ \\t]*\\)\".*\":\\1\"${PPPD_VER}\":" "${S}/plugins/patchlevel.h" -} -src_compile() { eautomake +} +src_compile() { local myconf use tcpd && myconf="--with-libwrap" econf --enable-bcrelay \ |