If you are me, you hate installing all the gstreamer plugins one at a time. So you will enjoy the following one liner (well, two lines to fit it under 80 characters...): # cd /usr/pkgsrc/ && printf '%s\n' ./multi*/gst-plugins1*/ \ | xargs -I % sh -c 'cd %; make install; cd ../../' I think it's pretty handy.