diff options
Diffstat (limited to 'devel/capstone/Makefile')
-rw-r--r-- | devel/capstone/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/capstone/Makefile b/devel/capstone/Makefile index 098c9185d8f..0063b35ff90 100644 --- a/devel/capstone/Makefile +++ b/devel/capstone/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= capstone -PORTVERSION= 2.0 +PORTVERSION= 2.1.1 CATEGORIES= devel -MASTER_SITES= http://capstone-engine.org/download/2.0/ +MASTER_SITES= http://capstone-engine.org/download/2.1/ MAINTAINER= oliver.pntr@gmail.com COMMENT= Multi-platform, multi-architecture disassembly framework @@ -13,7 +13,8 @@ LICENSE= BSD3CLAUSE USES= gmake USE_LDCONFIG= yes -MAKE_ENV= INSTALL_LIBRARY="${INSTALL_LIB}" +MAKE_ENV+= INSTALL_LIB="${INSTALL_LIB}" \ + INSTALL_DATA="${INSTALL_DATA}" post-build: # The pkgconfig file is generated and points to stagedir |