mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
51992523b4
Requested by: jmg
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
|