ports/irc/weechat-devel/pkg-install
Jase Thew 172a1a401d - Update to 20130831
- Pet portlint(1) - whitespace nits in Makefile and pkg-descr
- Fix a typo and grammar in pkg-descr
- Add pkg-install which creates a symlink for renamed Weechat binary
2013-08-31 22:47:13 +00:00

6 lines
130 B
Bash

#!/bin/sh
# $FreeBSD$
if [ "${2}" = "POST-INSTALL" ]; then
ln -sf ${PKG_PREFIX}/bin/weechat ${PKG_PREFIX}/bin/weechat-curses
fi