diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-09 05:38:55 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-09 05:38:55 +0000 |
commit | 47a4a0f7c2a88131cb5754b6157d81472f90a9ca (patch) | |
tree | 8d55b3c709baf1ca6baab494859a38b8e06839d9 | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-47a4a0f7c2a88131cb5754b6157d81472f90a9ca.tar.gz gentoo-2-47a4a0f7c2a88131cb5754b6157d81472f90a9ca.tar.bz2 gentoo-2-47a4a0f7c2a88131cb5754b6157d81472f90a9ca.zip |
*** empty log message ***
-rw-r--r-- | sys-apps/baselayout/files/inetd.conf | 7 | ||||
-rw-r--r-- | sys-devel/perl/perl-5.6.0-r6.ebuild | 9 | ||||
-rw-r--r-- | sys-libs/db/db-1.85-r1.ebuild | 10 |
3 files changed, 16 insertions, 10 deletions
diff --git a/sys-apps/baselayout/files/inetd.conf b/sys-apps/baselayout/files/inetd.conf index 1a0c71d1e8b8..408f5eb0d368 100644 --- a/sys-apps/baselayout/files/inetd.conf +++ b/sys-apps/baselayout/files/inetd.conf @@ -51,5 +51,10 @@ time dgram udp wait root internal # Samba-Konfiguration #---------------------- # swat stream tcp nowait.400 root /usr/sbin/swat swat - +# +# ----------------------- +# CUPS-LPD Print Server +# ----------------------- +# printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd +# diff --git a/sys-devel/perl/perl-5.6.0-r6.ebuild b/sys-devel/perl/perl-5.6.0-r6.ebuild index cd6aaf8ceab2..a7248c2100aa 100644 --- a/sys-devel/perl/perl-5.6.0-r6.ebuild +++ b/sys-devel/perl/perl-5.6.0-r6.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.0-r6.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.0-r6.ebuild,v 1.3 2001/04/09 05:38:55 achim Exp $ A=${P}.tar.gz @@ -25,8 +25,8 @@ installarchlib=\`echo \$installarchlib | sed "s!\$prefix!\$installprefix!"\` installbin=\`echo \$installbin | sed "s!\$prefix!\$installprefix!"\` installman1dir=\$installprefix/share/man/man1 installman3dir=\$installprefix/share/man/man3 -installman1ext=1 -installman3ext=3pl +man1ext=1 +man3ext=3pl installprivlib=\`echo \$installprivlib | sed "s!\$prefix!\$installprefix!"\` installscript=\`echo \$installscript | sed "s!\$prefix!\$installprefix!"\` installsitelib=\`echo \$installsitelib | sed "s!\$prefix!\$installprefix!"\` @@ -63,7 +63,8 @@ src_install() { export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` - try make man1ext=1 man3ext=3pl install + try make INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 install install -m 755 utils/pl2pm ${D}/usr/bin/pl2pm # Generate *.ph files with a trick. Is this sick or what? diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild index 8868feae1e1b..440ec736df93 100644 --- a/sys-libs/db/db-1.85-r1.ebuild +++ b/sys-libs/db/db-1.85-r1.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.3 2001/04/09 05:38:09 achim Exp $ A=db.${PV}.tar.gz S=${WORKDIR}/db.${PV} @@ -43,10 +43,10 @@ src_install () { insinto /usr/include/db1 doins include/db.h include/mpool.h - insinto /usr/include - doins include/ndbm.h - dosed "s:<db.h>:<db1/db.h>:" /usr/include/ndbm.h - + insinto /usr/include/db1 + doins include/ndbm.h + dosed "s:<db.h>:<db1/db.h>:" /usr/include/db1/ndbm.h + dosym db1/ndbm.h /usr/include/ndbm.h cp db_dump185 db1_dump185 dobin db1_dump185 |