K 10 svn:author V 6 marino K 8 svn:date V 27 2014-03-02T09:56:45.727226Z K 7 svn:log V 431 devel/capstone: Add DragonFly support The makefile patch was strange in that it defined LIBDATADIR once unconditionally and then again conditionally. This could have been done via MAKE_ARGS and no patch at all. However, I changed the patch to a single definition that is true for "ports" regardless of the platform used (pkgconfig files always in libdata in ports). This allows port to build on DragonFly and no-op for FreeBSD. END