1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/expect/files/patch-ae
Steve Price 4e39d7ed54 Fix a pkgIndex-related bug.
PR:		7204
Submitted by:	maintainer
1998-07-11 17:48:17 +00:00

9 lines
401 B
Plaintext

--- pkgIndex.in.ORIG Wed Jul 8 09:44:14 1998
+++ pkgIndex.in Wed Jul 8 09:49:02 1998
@@ -7,4 +7,4 @@
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.
-package ifneeded Expect @EXP_VERSION_FULL@ [list load [file join $dir .. @EXP_SHARED_LIB_FILE@]]
+package ifneeded Expect @EXP_VERSION_PKG@ [list load [file join $dir .. @EXP_SHARED_LIB_FILE@]]