diff options
author | 2001-04-28 12:27:43 +0000 | |
---|---|---|
committer | 2001-04-28 12:27:43 +0000 | |
commit | d9896966e5e99d3dc31dc642daa46bcf2799bbdc (patch) | |
tree | 6d68c6c1cade165e33128726933bb74e1a0aecef /dev-perl/SGMLSpm | |
parent | Added database generation and USE tex (diff) | |
download | gentoo-2-d9896966e5e99d3dc31dc642daa46bcf2799bbdc.tar.gz gentoo-2-d9896966e5e99d3dc31dc642daa46bcf2799bbdc.tar.bz2 gentoo-2-d9896966e5e99d3dc31dc642daa46bcf2799bbdc.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild index 4d6c636d0140..d8cab7bc3989 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.5 2001/04/09 05:08:37 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.6 2001/04/28 12:27:43 achim Exp $ A=${PN}-${PV}ii.tar.gz S=${WORKDIR}/${PN} @@ -26,12 +26,12 @@ src_compile() { src_install () { cd ${S} - dodir /usr/lib/perl5/site_perl/5.6.0 + dodir /usr/lib/perl5/site_perl/5.6.1 dodir /usr/bin dodoc BUGS DOC README TODO COPYING ChangeLog try make cd ${D}/usr/lib/perl5 - mv SGMLS.pm site_perl/5.6.0/SGMLS.pm + mv SGMLS.pm site_perl/5.6.1/SGMLS.pm } diff --git a/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile b/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile index a20ed3e3eaff..a9206d84cf5c 100644 --- a/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile +++ b/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile @@ -20,7 +20,7 @@ BINDIR = ${D}/usr/bin # Where do you put local perl5 libaries? PERL5DIR = ${D}/usr/lib/perl5 -MODULEDIR = ${PERL5DIR}/site_perl/5.6.0/SGMLS +MODULEDIR = ${PERL5DIR}/site_perl/5.6.1/SGMLS # Where do you want to put sgmlspl specifications? SPECDIR = ${PERL5DIR} |