diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:23:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:23:41 +0000 |
commit | fab5b5323c967adf4eac025cb94c9012e34cb50c (patch) | |
tree | 63364edfad739e3765f2a0e3640dd56beb93a454 /app-shells/pdksh/pdksh-5.2.14-r4.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-fab5b5323c967adf4eac025cb94c9012e34cb50c.tar.gz historical-fab5b5323c967adf4eac025cb94c9012e34cb50c.tar.bz2 historical-fab5b5323c967adf4eac025cb94c9012e34cb50c.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-shells/pdksh/pdksh-5.2.14-r4.ebuild')
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index 56c988156acd..106baf213223 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r4.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/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.13 2003/05/29 09:54:44 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.14 2003/09/06 22:23:39 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="The Public Domain Korn Shell" @@ -18,7 +18,7 @@ src_unpack() { cd ${S} patch -p2 < ${DISTDIR}/${P}-patches.1 } - + src_compile() { echo 'ksh_cv_dev_fd=${ksh_cv_dev_fd=yes}' > config.cache |