From 6f9014623279a77d6d80ffdef6b3133173953ad1 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 18 Dec 2012 21:29:04 +0000 Subject: Convert to OptionsNG and trim Makefile headers. --- archivers/gcpio/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'archivers/gcpio') diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 67633ed95779..b624f80be354 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -18,7 +18,12 @@ CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules \ --with-rmt=/etc/rmt -.if !defined(WITHOUT_NLS) +INFO= cpio +MAN1= gcpio.1 + +.include + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}" @@ -27,9 +32,6 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -INFO= cpio -MAN1= gcpio.1 - regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -- cgit v1.2.3