summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-02 10:06:43 +0000
committerrillig <rillig@pkgsrc.org>2006-07-02 10:06:43 +0000
commit822d81b8f82623182a9d191e72bd2517cef50376 (patch)
tree6621647b1a581643b3f0f423f0f0b0d13b8dc04b /emulators
parent705c02d9069400c0920fd511c2b0d36f37880c5d (diff)
downloadpkgsrc-822d81b8f82623182a9d191e72bd2517cef50376.tar.gz
Fixed some pkglint warnings.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/osf1_lib/MESSAGE6
-rw-r--r--emulators/osf1_lib/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/osf1_lib/MESSAGE b/emulators/osf1_lib/MESSAGE
index ecf064eb5ee..6080dd99a59 100644
--- a/emulators/osf1_lib/MESSAGE
+++ b/emulators/osf1_lib/MESSAGE
@@ -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 --git a/emulators/osf1_lib/Makefile b/emulators/osf1_lib/Makefile
index 1588d04e43a..b2f78e5d074 100644
--- a/emulators/osf1_lib/Makefile
+++ b/emulators/osf1_lib/Makefile
@@ -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 @@ do-install:
${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"