summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2001-04-15 18:46:24 +0000
committersada <sada@FreeBSD.org>2001-04-15 18:46:24 +0000
commit6f6e9a5efba33c0b6bdd56ec9ab0832c40cbd1e3 (patch)
treebcf9059ff88c02b0adb8fbd89816051fed7d53b0 /editors
parent6fc907c7f8800e78b938ba6feaa29211167b6592 (diff)
downloadFreeBSD-ports-6f6e9a5efba33c0b6bdd56ec9ab0832c40cbd1e3.zip
FreeBSD-ports-6f6e9a5efba33c0b6bdd56ec9ab0832c40cbd1e3.tar.gz
Justify master/slave ports' style of Makefiles.
These ports caused warnings if you run portversion. PR: ports/26422 Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi-m17n/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile
index b6bc6f5..3f2cb2c 100644
--- a/editors/nvi-m17n/Makefile
+++ b/editors/nvi-m17n/Makefile
@@ -17,14 +17,14 @@ DISTNAME= nvi-1.79
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
PATCHFILES= nvi-1.79.m17n-19991117.diff.gz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER?= ports@FreeBSD.org
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p1 -f
WRKSRC= ${WRKDIR}/${DISTNAME}/build
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
-CONFIGURE_ARGS= --enable-multibyte --program-prefix=n
+CONFIGURE_ARGS?= --enable-multibyte --program-prefix=n
MAN1= nvi.1
MLINKS= nvi.1 nex.1 nvi.1 nview.1
OpenPOWER on IntegriCloud