summaryrefslogtreecommitdiff
path: root/emulators/freebsd_lib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-23 15:48:50 +0000
committerjlam <jlam@pkgsrc.org>2006-06-23 15:48:50 +0000
commit0d5ac9d04194da3fa1b9d2b3b74752a517c1ac5e (patch)
tree9e208a7c978d4875ff84d6c48c6f79b46f28ce81 /emulators/freebsd_lib
parent11f08985084c4ba35d4a9c876cdca800af7d429d (diff)
downloadpkgsrc-0d5ac9d04194da3fa1b9d2b3b74752a517c1ac5e.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/freebsd_lib')
-rw-r--r--emulators/freebsd_lib/INSTALL6
-rw-r--r--emulators/freebsd_lib/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/freebsd_lib/INSTALL b/emulators/freebsd_lib/INSTALL
index da11b01b1f5..633e153ed4a 100644
--- a/emulators/freebsd_lib/INSTALL
+++ b/emulators/freebsd_lib/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.2 2006/06/19 23:20:59 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; then
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile
index d3022049786..3315288412f 100644
--- a/emulators/freebsd_lib/Makefile
+++ b/emulators/freebsd_lib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2006/06/19 23:19:24 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2006/06/23 15:48:50 jlam Exp $
#
DISTNAME= freebsd_lib-2.2.7
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://www.flame.org/NetBSD/