diff options
author | 2003-03-04 20:46:34 +0000 | |
---|---|---|
committer | 2003-03-04 20:46:34 +0000 | |
commit | 677785afd6503e968ed4c07c8ed228c58c584673 (patch) | |
tree | 246fd850257a35eb4e1c6731376948097c2cfa07 /net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild | |
parent | tweaked source (diff) | |
download | historical-677785afd6503e968ed4c07c8ed228c58c584673.tar.gz historical-677785afd6503e968ed4c07c8ed228c58c584673.tar.bz2 historical-677785afd6503e968ed4c07c8ed228c58c584673.zip |
Version bump and small fix
Diffstat (limited to 'net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild')
-rw-r--r-- | net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild index a694a65ac803..5c65b544aa0f 100644 --- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild +++ b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild,v 1.6 2003/03/02 06:28:15 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.1.16_pre9.ebuild,v 1.7 2003/03/04 20:46:34 latexer Exp $ IUSE="apm build nocardbus pcmcia pnp trusted usb" @@ -44,8 +44,9 @@ src_unpack() { # things to end up in the right place. mv man/Makefile man/Makefile.orig - sed -e "s:/usr/local:#/usr/local:" \ + sed -e "s:mkdir:#mkdir:" \ -e "s:cp nwepgen.man:#cp nwepgen.man:" \ + -e "s:\t\$(TARGET:\t#\$(TARGET:" \ man/Makefile.orig > man/Makefile mv etc/wlan/Makefile etc/wlan/Makefile.orig |