Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. | mat | 2016-04-01 |
#!/bin/sh # # $FreeBSD$ # MKSH="${PKG_PREFIX-/usr/local}/bin/mksh" SHELLS="/etc/shells" case $2 in POST-INSTALL) if [ -d "${SHELLS%/*}" ] && ! grep -qs "^$MKSH\$" "$SHELLS"; then if [ `id -u` -eq 0 ]; then echo "$MKSH" >> "$SHELLS" else echo "Not root, please add $MKSH to $SHELLS manually" fi fi ;; esac 'https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>