On Sep 24, Chris Kuethe wrote: 
> Clog is a configurable logging library, supporting filtering and
> timestamping ... use it when you don't want to litter your code with
> 
> if (debug)
>     fprintf(stderr, ...);
> else
>     syslog(...);


Maybe it is better to remove patch and override PREFIX value during make
invocation?

--- devel/clog/Makefile Thu Sep 23 20:53:22 2010
+++ /usr/ports/mystuff//devel/clog/Makefile     Fri Sep 24 20:52:07 2010
@@ -22,4 +22,6 @@
 
 NO_REGRESS =           Yes
 
+MAKE_FLAGS=            PREFIX=${LOCALBASE}
+
 .include <bsd.port.mk>

Reply via email to