[Midnightbsd-cvs] mports [15629] trunk/devel/gmake/Makefile: update ater gettext changes
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Nov 26 23:14:36 EST 2013
Revision: 15629
http://svnweb.midnightbsd.org/mports/?rev=15629
Author: laffer1
Date: 2013-11-26 23:14:35 -0500 (Tue, 26 Nov 2013)
Log Message:
-----------
update ater gettext changes
Modified Paths:
--------------
trunk/devel/gmake/Makefile
Modified: trunk/devel/gmake/Makefile
===================================================================
--- trunk/devel/gmake/Makefile 2013-11-27 03:50:31 UTC (rev 15628)
+++ trunk/devel/gmake/Makefile 2013-11-27 04:14:35 UTC (rev 15629)
@@ -2,7 +2,7 @@
PORTNAME= gmake
PORTVERSION= 3.82
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= make
@@ -16,11 +16,14 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--program-prefix=g
+OPTIONS_DEFINE= NLS
+
+NO_STAGE= yes
.include <bsd.mport.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
-CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \
+USES+= gettext iconv
+CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \
--with-libintl-prefix=${LOCALBASE}
PLIST_SUB= NLS=""
.else
@@ -37,6 +40,8 @@
.endif
post-patch:
+ @${REINPLACE_CMD} -e '/no-print-dir/s/@itemx/@item/' \
+ ${WRKSRC}/doc/make.texi
@${RM} ${WRKSRC}/doc/make.info*
post-install:
More information about the Midnightbsd-cvs
mailing list