diff options
author | jlam <jlam> | 2006-06-23 15:48:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-23 15:48:50 +0000 |
commit | 63787a50061afb02fb3c0864ae34056aa0b68d07 (patch) | |
tree | 9e208a7c978d4875ff84d6c48c6f79b46f28ce81 /emulators/osf1_lib | |
parent | 4672bae699b459546ac6355b7b6c6f13aec3408b (diff) | |
download | pkgsrc-63787a50061afb02fb3c0864ae34056aa0b68d07.tar.gz |
Fix a typo in the INSTALL script that caused the emul/foo symlink to not
be created. Bump the PKGREVISION.
Diffstat (limited to 'emulators/osf1_lib')
-rw-r--r-- | emulators/osf1_lib/INSTALL | 6 | ||||
-rw-r--r-- | emulators/osf1_lib/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/osf1_lib/INSTALL b/emulators/osf1_lib/INSTALL index 24671fe125d..95d9437f6d1 100644 --- a/emulators/osf1_lib/INSTALL +++ b/emulators/osf1_lib/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.2 2006/06/19 23:22:29 jlam Exp $ +# $NetBSD: INSTALL,v 1.3 2006/06/23 15:48:50 jlam Exp $ case "${STAGE}" in POST-INSTALL) @@ -7,8 +7,8 @@ POST-INSTALL) emuldir="/emul/$emulsubdir" pkgemuldir="${PKG_PREFIX}/emul/$emulsubdir" - emuldir_pwd=`cd $emulsubdir 2>/dev/null && ${PWD_CMD}` - pkgemuldir_pwd=`cd $pkgemulsubdir 2>/dev/null && ${PWD_CMD}` + emuldir_pwd=`cd $emuldir 2>/dev/null && ${PWD_CMD}` + pkgemuldir_pwd=`cd $pkgemuldir 2>/dev/null && ${PWD_CMD}` if ${TEST} "$emuldir_pwd" != "$pkgemuldir_pwd"; then if ${TEST} -e $emuldir -o -L $emuldir || diff --git a/emulators/osf1_lib/Makefile b/emulators/osf1_lib/Makefile index 18f8cfeba36..1588d04e43a 100644 --- a/emulators/osf1_lib/Makefile +++ b/emulators/osf1_lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2006/06/19 23:22:29 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/23 15:48:50 jlam Exp $ DISTNAME= netscape-4.7-3.alpha PKGNAME= osf1_lib-1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.digital.com/pub/DEC/Linux-Alpha-Tools/netscape/ EXTRACT_SUFX= .rpm |