pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/osf1_lib Fixed some pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49aa7e9e375d
branches:  trunk
changeset: 515389:49aa7e9e375d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 02 10:06:43 2006 +0000

description:
Fixed some pkglint warnings.

diffstat:

 emulators/osf1_lib/MESSAGE  |  6 +++---
 emulators/osf1_lib/Makefile |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 0c4dc96fe028 -r 49aa7e9e375d emulators/osf1_lib/MESSAGE
--- a/emulators/osf1_lib/MESSAGE        Sun Jul 02 10:05:55 2006 +0000
+++ b/emulators/osf1_lib/MESSAGE        Sun Jul 02 10:06:43 2006 +0000
@@ -1,6 +1,6 @@
-==============================================================================
-$NetBSD: MESSAGE,v 1.1 2006/06/19 23:22:29 jlam Exp $
+===========================================================================
+$NetBSD: MESSAGE,v 1.2 2006/07/02 10:06:43 rillig Exp $
 
 Do not forget to include COMPAT_OSF1 in your kernel configuration file.
 OSF/1 binaries require this option in order to work.
-==============================================================================
+===========================================================================
diff -r 0c4dc96fe028 -r 49aa7e9e375d emulators/osf1_lib/Makefile
--- a/emulators/osf1_lib/Makefile       Sun Jul 02 10:05:55 2006 +0000
+++ b/emulators/osf1_lib/Makefile       Sun Jul 02 10:06:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/06/23 15:48:50 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/07/02 10:06:43 rillig Exp $
 
 DISTNAME=      netscape-4.7-3.alpha
 PKGNAME=       osf1_lib-1.1
@@ -41,7 +41,7 @@
        ${INSTALL_DATA_DIR} ${EMULDIR}
        ${RPM2PKG} -d ${PREFIX} -p ${EMULSUBDIR} ${RPMARGS}
        ${TOUCH} ${EMULDIR}/etc/hosts
-       (cd ${EMULDIR}; ${MKDIR} usr/lib/X11)
-       (cd ${EMULDIR}/usr/lib/X11; ${LN} -fs ${X11BASE}/lib/X11/locale .)
+       cd ${EMULDIR} && ${MKDIR} usr/lib/X11
+       cd ${EMULDIR}/usr/lib/X11 && ${LN} -fs ${X11BASE}/lib/X11/locale .
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index