diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-04 12:54:31 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-04 12:54:31 +0000 |
commit | 47925d533e5503d7d15352ae9aee968b3751f438 (patch) | |
tree | 602e98e2961e19ba2d2cf49f7d79ff1d4a1de590 /dev-perl/SGMLSpm | |
parent | *** empty log message *** (diff) | |
download | historical-47925d533e5503d7d15352ae9aee968b3751f438.tar.gz historical-47925d533e5503d7d15352ae9aee968b3751f438.tar.bz2 historical-47925d533e5503d7d15352ae9aee968b3751f438.zip |
Modified to work with the new perl package
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild index 564c646608f6..cead23ccf536 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.2 2000/11/01 04:44:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $ A=${PN}-${PV}ii.tar.gz S=${WORKDIR}/${PN} @@ -26,7 +26,7 @@ src_compile() { src_install () { cd ${S} - dodir /usr/lib/perl5/site_perl/5.6.0/ + dodir /usr/lib/perl5/site_perl/5.6.0 dodir /usr/bin dodoc BUGS DOC README TODO COPYING ChangeLog try make |