summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-05 05:19:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-05 05:19:39 +0000
commit30c04675d61ef0aeb63b4941dee3422a031d5f9e (patch)
tree101808ad54ca9d02e9681099f9208072d33bf903 /media-libs
parentadded digest file (diff)
downloadgentoo-2-30c04675d61ef0aeb63b4941dee3422a031d5f9e.tar.gz
gentoo-2-30c04675d61ef0aeb63b4941dee3422a031d5f9e.tar.bz2
gentoo-2-30c04675d61ef0aeb63b4941dee3422a031d5f9e.zip
small fix0r
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libpng/libpng-1.2.3.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/libpng/libpng-1.2.3.ebuild b/media-libs/libpng/libpng-1.2.3.ebuild
index c636373f77fc..20de4539e97d 100644
--- a/media-libs/libpng/libpng-1.2.3.ebuild
+++ b/media-libs/libpng/libpng-1.2.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Desktop Team <desktop@gentoo.org>
# Author: Achim Gottinger <achim@gentoo.org>, Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.3.ebuild,v 1.1 2002/05/26 11:20:19 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.3.ebuild,v 1.2 2002/06/05 05:19:39 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="libpng"
@@ -28,7 +28,12 @@ src_install() {
DESTDIR=${D} \
MANPATH=/usr/share/man \
install || die
-
+
+# rm ${D}/usr/lib/libpng.so
+# rm ${D}/usr/lib/libpng.a
+# rm ${D}/usr/include/png.h
+# rm ${D}/usr/include/pngconf.h
+
doman *.[35]
dodoc ANNOUNCE CHANGES KNOWNBUG LICENSE README TODO Y2KINFO
}