diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-02 10:06:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-02 10:06:43 +0000 |
commit | 377931c85fdc7a2ed320a696a9a5a4c9b7657de4 (patch) | |
tree | 6621647b1a581643b3f0f423f0f0b0d13b8dc04b /emulators/osf1_lib | |
parent | 999e2a91c8080e3f58f8a466153aa3c6ba06a36f (diff) | |
download | pkgsrc-377931c85fdc7a2ed320a696a9a5a4c9b7657de4.tar.gz |
Fixed some pkglint warnings.
Diffstat (limited to 'emulators/osf1_lib')
-rw-r--r-- | emulators/osf1_lib/MESSAGE | 6 | ||||
-rw-r--r-- | emulators/osf1_lib/Makefile | 6 |
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" |