pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice-bin /etc/mtab file not needed any long...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef38c71fef62
branches:  trunk
changeset: 490634:ef38c71fef62
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 16 18:33:41 2005 +0000

description:
/etc/mtab file not needed any longer, verified by mrauch.

diffstat:

 misc/openoffice-bin/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r b297bb855a93 -r ef38c71fef62 misc/openoffice-bin/Makefile
--- a/misc/openoffice-bin/Makefile      Wed Mar 16 18:32:50 2005 +0000
+++ b/misc/openoffice-bin/Makefile      Wed Mar 16 18:33:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/03/03 22:47:34 kristerw Exp $
+# $NetBSD: Makefile,v 1.5 2005/03/16 18:33:41 wiz Exp $
 
 PKGNAME=               openoffice-bin-${OO_VER}
 CATEGORIES=            misc
@@ -46,7 +46,6 @@
 WRKSRC=                ${WRKDIR}/OOo_${OO_VER}_Solaris_Sparc_install
 .  elif ${MACHINE_ARCH} == "i386"
 DISTNAME=      OOo_${OO_VER}_LinuxIntel_install
-SUPPORT_FILES=          /dev/null /emul/linux/etc/mtab
 .  endif
 
 .endif
@@ -72,9 +71,6 @@
        ${CP} ${FILESDIR}/install ${WRKSRC}/install
        ${CHMOD} +x ${WRKSRC}/install
 .endif
-#.     if ${OPSYS}=="NetBSD" && !exists(/emul/linux/etc/mtab)
-#      ${CP} /dev/null /emul/linux/etc/mtab
-#.     endif
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/OpenOffice.org${OO_VER}/program



Home | Main Index | Thread Index | Old Index