Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http://github.com redirects to https://github.com, spare everyone a redirect. | mat | 2016-12-02 | 1 | -1/+1 |
* | www/py-flask-assets: Add NO_ARCH | feld | 2016-10-19 | 1 | -0/+2 |
#!/bin/sh if [ "$2" = "POST-DEINSTALL" ]; then exit 0 fi prefix=/usr/local cat << END Installing dvips will remove $prefix/MakeTeXPK. This file may be used by xdvi or other programs. If this is the case, you must make a backup of this file now. END if [ -z "${PACKAGE_BUILDING}" ]; then read -p "do you want to deinstall the package ? [y] " answ if [ "$answ" = "" ]; then answ=y; fi else answ="y" fi case $answ in y*|Y*) break;; *) exit 1;; esac exit 0 />
![]() |
index : freebsd-ports-gnome | |
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http://github.com redirects to https://github.com, spare everyone a redirect. | mat | 2016-12-02 | 1 | -1/+1 |
* | www/py-flask-assets: Add NO_ARCH | feld | 2016-10-19 | 1 | -0/+2 |