diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 08:10:54 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 08:10:54 +0000 |
commit | b998104c0ece932692fb196cad924268bf33f523 (patch) | |
tree | b8d6ae14accaea8fc616a0105b5b1d4ca3d8049d /sys-devel/pmake | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-b998104c0ece932692fb196cad924268bf33f523.tar.gz gentoo-2-b998104c0ece932692fb196cad924268bf33f523.tar.bz2 gentoo-2-b998104c0ece932692fb196cad924268bf33f523.zip |
whitespace cleanup
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r-- | sys-devel/pmake/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/pmake/pmake-1.45-r2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/pmake/Manifest b/sys-devel/pmake/Manifest index 6bf3d546618d..94f8cdd5274f 100644 --- a/sys-devel/pmake/Manifest +++ b/sys-devel/pmake/Manifest @@ -1,5 +1,5 @@ -MD5 c731c7fdea414a60bf63f68ce13f3d6a pmake-1.45-r2.ebuild 1566 MD5 47836f6232012d0e193fc81baae73a03 ChangeLog 812 +MD5 3b94e86d8c69d4664e3773b4096c7278 pmake-1.45-r2.ebuild 1566 +MD5 56b250e5c99455640556fcb776b9bd7e files/01_all_groffpatch.patch 485 MD5 1095ca9c07bda375bf9674fe20d79ba6 files/02_all_mktemp.patch 406 MD5 aa2eb71443dc4352bdf910fcbaf9f05e files/digest-pmake-1.45-r2 65 -MD5 56b250e5c99455640556fcb776b9bd7e files/01_all_groffpatch.patch 485 diff --git a/sys-devel/pmake/pmake-1.45-r2.ebuild b/sys-devel/pmake/pmake-1.45-r2.ebuild index bd9d5d769b39..f9714f121357 100644 --- a/sys-devel/pmake/pmake-1.45-r2.ebuild +++ b/sys-devel/pmake/pmake-1.45-r2.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/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.6 2003/05/28 21:34:32 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.7 2003/09/06 08:07:49 msterret Exp $ IUSE="" @@ -26,12 +26,12 @@ DEPEND="virtual/glibc" src_unpack() { unpack ${A} - + cd ${S} # We do not want all patches in ${FILESDIR}, as 01_all_groffpatch.patch is # not longer valid for this version. epatch ${FILESDIR}/02_all_mktemp.patch - + mv Makefile.boot Makefile.bootorig sed 's/MACHINE=sun/MACHINE=gentoo/g' Makefile.bootorig > Makefile.bootor use x86 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=i386/g' Makefile.bootor > Makefile.boot |