diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-11-03 22:28:32 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-11-03 22:28:32 +0000 |
commit | 6457095b14e0b4382491047d3983192016a05779 (patch) | |
tree | 7420ef681dd2c85df33616d70124b26478781707 /app-text | |
parent | remove pyxml dep (diff) | |
download | gentoo-2-6457095b14e0b4382491047d3983192016a05779.tar.gz gentoo-2-6457095b14e0b4382491047d3983192016a05779.tar.bz2 gentoo-2-6457095b14e0b4382491047d3983192016a05779.zip |
Fixed typo in libwww
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ptex/Manifest | 12 | ||||
-rw-r--r-- | app-text/ptex/ptex-3.1.2-r1.ebuild | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-text/ptex/Manifest b/app-text/ptex/Manifest index 812dfb160c8f..8243abad47f5 100644 --- a/app-text/ptex/Manifest +++ b/app-text/ptex/Manifest @@ -1,10 +1,10 @@ +MD5 976f0b6ee60a92e98ffab35e7e89fd9c ptex-3.1.2.ebuild 5481 +MD5 d2fd604b88f163116f23670ca84b1815 metadata.xml 531 +MD5 7a06e8890ad19a55eac1e5641b4eb634 ChangeLog 1193 +MD5 1ccdfe268026c6ca3d5abd476ca66c22 ptex-3.1.2-r1.ebuild 5078 +MD5 8d6f7372f16899ab048c61a738b48065 files/psfonts-ja.map 1184 +MD5 476a1c8128397ff7a381c43fe723a522 files/tetex-2.0.2-dont-run-config.diff 1243 MD5 50c560b391869be15a001b738e0b7bfe files/tetex-2.0.2.diff 2010 MD5 1f343119be415e1eb7f49bb83578cc8e files/digest-ptex-3.1.2 420 MD5 fc26b023009238cd47ab296c4b7d8e45 files/digest-ptex-3.1.2-r1 342 MD5 d15f2d9ab04bcfa15c3e737f106d1625 files/psfonts-novflib-ja.map 1158 -MD5 8d6f7372f16899ab048c61a738b48065 files/psfonts-ja.map 1184 -MD5 476a1c8128397ff7a381c43fe723a522 files/tetex-2.0.2-dont-run-config.diff 1243 -MD5 3c241707106e04bd24918aa38f9275a5 ptex-3.1.2-r1.ebuild 5079 -MD5 976f0b6ee60a92e98ffab35e7e89fd9c ptex-3.1.2.ebuild 5481 -MD5 7a06e8890ad19a55eac1e5641b4eb634 ChangeLog 1193 -MD5 d2fd604b88f163116f23670ca84b1815 metadata.xml 531 diff --git a/app-text/ptex/ptex-3.1.2-r1.ebuild b/app-text/ptex/ptex-3.1.2-r1.ebuild index 1b3b7b3aa22e..399bc09683b6 100644 --- a/app-text/ptex/ptex-3.1.2-r1.ebuild +++ b/app-text/ptex/ptex-3.1.2-r1.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-text/ptex/ptex-3.1.2-r1.ebuild,v 1.4 2003/10/24 18:32:40 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.2-r1.ebuild,v 1.5 2003/11/03 22:28:27 usata Exp $ inherit eutils flag-o-matic filter-flags "-fstack-protector" @@ -75,7 +75,7 @@ src_compile() { econf --bindir=/usr/bin \ --datadir=${S} \ --with-system-wwwlib \ - --with-libwww-include=/usr/linclude-w3c-libwww \ + --with-libwww-include=/usr/include/w3c-libwww \ --with-system-ncurses \ --with-system-pnglib \ --without-texinfo \ |