diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-28 05:50:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-28 05:50:55 +0000 |
commit | 081667bd3f71f7b7118b8e40ac389eda0e0d5825 (patch) | |
tree | f60e25cd44f2a5bda63a3e2f891fb190b0fc8a68 /devel/libepp-nicbr/Makefile | |
parent | 9408d33b1baabb050d57c8815bbcc196f6cd574a (diff) |
Notes
Diffstat (limited to 'devel/libepp-nicbr/Makefile')
-rw-r--r-- | devel/libepp-nicbr/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/devel/libepp-nicbr/Makefile b/devel/libepp-nicbr/Makefile index 380e8f8ac354..a654b950bc13 100644 --- a/devel/libepp-nicbr/Makefile +++ b/devel/libepp-nicbr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libepp-nicbr -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= devel MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/ @@ -25,14 +25,14 @@ CONFIGURE_ARGS= --with-xerces-c=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} MAKE_JOBS_SAFE= yes -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif - DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/} PLIST_SUB= VER="${PORTVERSION}" +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MREADLINE} @@ -43,4 +43,8 @@ CONFIGURE_ENV+= ac_cv_lib_readline_readline=no PLIST_SUB+= READLINE="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e \ + 's|ncurses|curses|g' ${WRKSRC}/configure + .include <bsd.port.mk> |