aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-23 04:37:14 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-23 04:37:14 +0800
commite8b88a4090c688740138f07ce6c5f171756afc63 (patch)
tree19dc0675f9e8ca92c7b549933bb0a3c51387bcfa /editors
parent0558fb8ac1ac39abc3ac34024a4186b24b2d81b6 (diff)
downloadfreebsd-ports-gnome-e8b88a4090c688740138f07ce6c5f171756afc63.tar.gz
freebsd-ports-gnome-e8b88a4090c688740138f07ce6c5f171756afc63.tar.zst
freebsd-ports-gnome-e8b88a4090c688740138f07ce6c5f171756afc63.zip
- Switch to options helpers
- Fix stage-qa Approved by: portmgr blanket
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi-devel/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index 7583a3f4a2c4..de231bf67d57 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -25,11 +25,7 @@ CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \
--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>