diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-03-17 13:38:31 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-03-17 13:38:31 +0000 |
commit | c56955d51e289c5a8bbd4c2ad434b9be0bce4c98 (patch) | |
tree | 6407ce9acd0c345e51e9759b18d60c8454cef516 /devel/cppi/Makefile | |
parent | 2cbb736eaa63eb58932fa88b2b87fb6325c77426 (diff) | |
download | ports-c56955d51e289c5a8bbd4c2ad434b9be0bce4c98.tar.gz ports-c56955d51e289c5a8bbd4c2ad434b9be0bce4c98.zip |
Notes
Diffstat (limited to 'devel/cppi/Makefile')
-rw-r--r-- | devel/cppi/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/cppi/Makefile b/devel/cppi/Makefile index 2bdb888120a6..113f3379c48e 100644 --- a/devel/cppi/Makefile +++ b/devel/cppi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cppi -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -10,7 +10,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= A tool to indent the C preprocessor directives USE_XZ= yes -USE_GETTEXT= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -19,12 +19,12 @@ MAN1= cppi.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USE_GETTEXT= yes PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls +.else +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " -.endif +.endif post-patch: @${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in |