diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-01-14 01:07:22 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-01-14 01:07:22 +0000 |
commit | 2d9a85c3e61b86a659ed57b731f37bea45121ad6 (patch) | |
tree | d21e1901c6df94d07e2222cfeffd9b9f37d8d8e2 /media-libs/pdflib | |
parent | fix header; add docs; fix sandbox violations; fix python support; fix form; h... (diff) | |
download | historical-2d9a85c3e61b86a659ed57b731f37bea45121ad6.tar.gz historical-2d9a85c3e61b86a659ed57b731f37bea45121ad6.tar.bz2 historical-2d9a85c3e61b86a659ed57b731f37bea45121ad6.zip |
small fixor
Diffstat (limited to 'media-libs/pdflib')
-rw-r--r-- | media-libs/pdflib/pdflib-4.0.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/pdflib/pdflib-4.0.1-r1.ebuild b/media-libs/pdflib/pdflib-4.0.1-r1.ebuild index c21f05750529..5a8a6cc25030 100644 --- a/media-libs/pdflib/pdflib-4.0.1-r1.ebuild +++ b/media-libs/pdflib/pdflib-4.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Grant Goodyear <g2boojum@hotmail.com> -# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-4.0.1-r1.ebuild,v 1.1 2002/01/14 00:50:51 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-4.0.1-r1.ebuild,v 1.2 2002/01/14 01:07:22 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="A library for generating PDF on the fly" @@ -114,9 +114,9 @@ pkg_postinst() { echo echo "******************************************************" - echo "* Add /usr/share/pdflib to you $CLASSPATH, or copy *" + echo "* Add /usr/share/pdflib to you \$CLASSPATH, or copy *" echo "* /usr/share/pdflib/pdflib.jar to a directory in *" - echo "* your $CLASSPATH. *" + echo "* your \$CLASSPATH. *" echo "******************************************************" echo } |