diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-20 23:51:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-20 23:51:28 +0000 |
commit | 16a01b18a12cf2916e76a2aae4b75bdec62c5bde (patch) | |
tree | 28ffaf93550bf00a8c47a4d43d08bce9c58eaaac /lang | |
parent | This port installs a manpage in /usr/local/man1. That's evil! (diff) |
Unbreak deinstall by adding the required trailing '%%'.
Notes
Notes:
svn path=/head/; revision=13265
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl80/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl80/pkg-plist b/lang/tcl80/pkg-plist index 520071081c99..94868eca0561 100644 --- a/lang/tcl80/pkg-plist +++ b/lang/tcl80/pkg-plist @@ -2,8 +2,8 @@ bin/tclsh8.0 lib/libtcl80.a lib/libtcl80.so lib/libtcl80.so.1.2 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R include/tcl8.0/tcl.h include/tcl8.0/unix/tclUnixPort.h include/tcl8.0/generic/tcl.h |