Index: Makefile.local.mk.dist
===================================================================
--- Makefile.local.mk.dist	(revision 515)
+++ Makefile.local.mk.dist	(working copy)
@@ -31,5 +31,5 @@
 
 ## If you're on Mac OS X and have installed libvorbisfile
 ## via 'port install ..', try uncommenting these lines
-# CFLAGS += -I/opt/local/include
-# LDFLAGS += -L/opt/local/lib
+CFLAGS += -I@PREFIX@/include
+LDFLAGS += -L@PREFIX@/lib
