freebsd-ports/misc/40upgrade/pkg-install
Satoshi Asami 3656895e7d Add new port 40upgrade -- 4.0R to 4-stable upgrade kit. Currently only
contains new libc.so.4 with xpg4 functions and the skeletonized libxpg4.
2000-07-11 22:56:03 +00:00

5 lines
105 B
Bash

#!/bin/sh
if [ "$2" != "PRE-INSTALL" ]; then
exit 0
fi
echo %%VERSION%% > /var/db/port.mkversion