svn commit: r397592 - head/editors/nvi-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 22 20:37:15 UTC 2015


Author: amdmi3
Date: Tue Sep 22 20:37:14 2015
New Revision: 397592
URL: https://svnweb.freebsd.org/changeset/ports/397592

Log:
  - Switch to options helpers
  - Fix stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/editors/nvi-devel/Makefile

Modified: head/editors/nvi-devel/Makefile
==============================================================================
--- head/editors/nvi-devel/Makefile	Tue Sep 22 20:19:42 2015	(r397591)
+++ head/editors/nvi-devel/Makefile	Tue Sep 22 20:37:14 2015	(r397592)
@@ -25,11 +25,7 @@ CONFIGURE_ARGS+=	--with-db-prefix=${LOCA
 			--program-prefix=n
 CONFIGURE_SCRIPT=	../dist/configure
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MWIDECHAR}
-CONFIGURE_ARGS+=	--enable-widechar
-.endif
+WIDECHAR_CONFIGURE_ON=	--enable-widechar
 
 CPPFLAGS+=		-I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
 LDFLAGS+=		-L${BDB_LIB_DIR} -L${LOCALBASE}/lib
@@ -42,4 +38,7 @@ post-patch:
 		${WRKSRC}/../dist/configure
 	@${CHMOD} 755 ${WRKSRC}/../dist/configure
 
+post-install:
+	@${RM} ${STAGEDIR}${PREFIX}/man/cat1/*.0
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list