summaryrefslogtreecommitdiff
path: root/x11/xpkgwedge/pkg/DEINSTALL
blob: 451d838fc3dea0f04b7523d5d93fa964a4770627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

case "$2" in
	DEINSTALL) cat <<EOF

===============================================================

Note that you now need to remove the line which assigns X11BASE
(such as X11BASE=\${LOCALBASE}) from your /etc/mk.conf!  If you
do not remove that change, X11 pkgs will no longer build.

===============================================================

EOF
	;;
esac