You could use the widget logic plugin (if it actually is a widget):
http://wordpress.org/extend/plugins/widget-logic/
With the conditional code:
!(is_singular('portfolio'))
You can read more about conditionals with custom post types here:
http://codex.wordpress.org/Conditional_Tags#A_Post_Type
Ah, offcourse it’s not a widget, my bad. It’s just a plugin and it shows on all my posts, also the custom post. Any other solution to this?
But the widget you mentioned is also something I was looking for, so thanks 🙂