I came across the same issue. What worked for me was {QUERY_STRING}
In your example I "think" something like...
RewriteCond %{QUERY_STRING} ref=pislikcs.com
RewriteRule \page.html
http://www.domain.com/page.html? [R=301,L]
...might work. Perhaps one of the better coders can help out on this.
Dave