mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6 lines
105 B
Bash
6 lines
105 B
Bash
#!/bin/sh
|
|
if [ "$2" != "PRE-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
echo %%VERSION%% > /var/db/port.mkversion
|