diff options
author | asami <asami@FreeBSD.org> | 2000-01-06 14:57:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-06 14:57:50 +0800 |
commit | 4c00070097b3509ed269c1cfa67c44e53aa3f15a (patch) | |
tree | 664b2cc0eb1b88d174ed574eb6f9ed4b84c9c2de /misc/34upgrade/pkg-install | |
parent | bc1fe2e53e9734fb7e267bf49758275ed7ea5b97 (diff) | |
download | freebsd-ports-gnome-4c00070097b3509ed269c1cfa67c44e53aa3f15a.tar.gz freebsd-ports-gnome-4c00070097b3509ed269c1cfa67c44e53aa3f15a.tar.zst freebsd-ports-gnome-4c00070097b3509ed269c1cfa67c44e53aa3f15a.zip |
People running 3.4R need the new libc_r.so.4 now. Adjust all the old
3*upgrade ports accordingly.
Diffstat (limited to 'misc/34upgrade/pkg-install')
-rw-r--r-- | misc/34upgrade/pkg-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/34upgrade/pkg-install b/misc/34upgrade/pkg-install new file mode 100644 index 000000000000..8ed8de67d62f --- /dev/null +++ b/misc/34upgrade/pkg-install @@ -0,0 +1,5 @@ +#!/bin/sh +if [ "$2" != "PRE-INSTALL" ]; then + exit 0 +fi +echo %%VERSION%% > /var/db/port.mkversion |