diff options
author | sada <sada@FreeBSD.org> | 2001-04-16 02:46:24 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-04-16 02:46:24 +0800 |
commit | 6f6e9a5efba33c0b6bdd56ec9ab0832c40cbd1e3 (patch) | |
tree | bcf9059ff88c02b0adb8fbd89816051fed7d53b0 | |
parent | 6fc907c7f8800e78b938ba6feaa29211167b6592 (diff) | |
download | freebsd-ports-gnome-6f6e9a5efba33c0b6bdd56ec9ab0832c40cbd1e3.tar.gz freebsd-ports-gnome-6f6e9a5efba33c0b6bdd56ec9ab0832c40cbd1e3.tar.zst freebsd-ports-gnome-6f6e9a5efba33c0b6bdd56ec9ab0832c40cbd1e3.zip |
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>
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 | ||||
-rw-r--r-- | japanese/nvi-euc-jp/Makefile | 6 | ||||
-rw-r--r-- | japanese/nvi-iso-2022-jp/Makefile | 6 | ||||
-rw-r--r-- | japanese/nvi-sjis/Makefile | 6 | ||||
-rw-r--r-- | korean/nvi-euc-kr/Makefile | 6 | ||||
-rw-r--r-- | korean/nvi-iso-2022-kr/Makefile | 6 |
6 files changed, 17 insertions, 17 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index b6bc6f572247..3f2cb2cf4f7f 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 diff --git a/japanese/nvi-euc-jp/Makefile b/japanese/nvi-euc-jp/Makefile index c1e70a5807c9..05d226a505fc 100644 --- a/japanese/nvi-euc-jp/Makefile +++ b/japanese/nvi-euc-jp/Makefile @@ -12,10 +12,10 @@ COMMENT= ${.CURDIR}/pkg-comment LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna -.include "${MASTERDIR}/Makefile" - CATEGORIES= japanese editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=euc-jp --program-prefix=n --enable-canna +CONFIGURE_ARGS= --enable-multibyte=euc-jp --program-prefix=n --enable-canna + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/nvi-iso-2022-jp/Makefile b/japanese/nvi-iso-2022-jp/Makefile index 6bc48517d194..0a3430f63132 100644 --- a/japanese/nvi-iso-2022-jp/Makefile +++ b/japanese/nvi-iso-2022-jp/Makefile @@ -12,10 +12,10 @@ COMMENT= ${.CURDIR}/pkg-comment LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna -.include "${MASTERDIR}/Makefile" - CATEGORIES= japanese editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=iso-2022-jp --program-prefix=n --enable-canna +CONFIGURE_ARGS= --enable-multibyte=iso-2022-jp --program-prefix=n --enable-canna + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile index cece84afc02b..fdf482b96cb3 100644 --- a/japanese/nvi-sjis/Makefile +++ b/japanese/nvi-sjis/Makefile @@ -12,10 +12,10 @@ COMMENT= ${.CURDIR}/pkg-comment LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna -.include "${MASTERDIR}/Makefile" - CATEGORIES= japanese editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=sjis --program-prefix=n --enable-canna +CONFIGURE_ARGS= --enable-multibyte=sjis --program-prefix=n --enable-canna + +.include "${MASTERDIR}/Makefile" diff --git a/korean/nvi-euc-kr/Makefile b/korean/nvi-euc-kr/Makefile index e35c0b898468..f425461138ba 100644 --- a/korean/nvi-euc-kr/Makefile +++ b/korean/nvi-euc-kr/Makefile @@ -10,10 +10,10 @@ PKGNAMESUFFIX= -euckr MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n COMMENT= ${.CURDIR}/pkg-comment -.include "${MASTERDIR}/Makefile" - CATEGORIES= korean editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=euc-kr --program-prefix=n +CONFIGURE_ARGS= --enable-multibyte=euc-kr --program-prefix=n + +.include "${MASTERDIR}/Makefile" diff --git a/korean/nvi-iso-2022-kr/Makefile b/korean/nvi-iso-2022-kr/Makefile index e533df88399f..487c486eaade 100644 --- a/korean/nvi-iso-2022-kr/Makefile +++ b/korean/nvi-iso-2022-kr/Makefile @@ -10,10 +10,10 @@ PKGNAMESUFFIX= -iso2022kr MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n COMMENT= ${.CURDIR}/pkg-comment -.include "${MASTERDIR}/Makefile" - CATEGORIES= korean editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=iso-2022-kr --program-prefix=n +CONFIGURE_ARGS= --enable-multibyte=iso-2022-kr --program-prefix=n + +.include "${MASTERDIR}/Makefile" |