diff options
author | kris <kris@FreeBSD.org> | 2003-02-10 17:04:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-02-10 17:04:04 +0800 |
commit | a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c (patch) | |
tree | 9f3aa5ec4fc25c7a6acadfbfced255d55346de00 /chinese | |
parent | 086de0ad6c41275a48b391bb8e742f0b590577ba (diff) | |
download | freebsd-ports-gnome-a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c.tar.gz freebsd-ports-gnome-a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c.tar.zst freebsd-ports-gnome-a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c.zip |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/irssi/Makefile | 2 | ||||
-rw-r--r-- | chinese/links/Makefile | 2 | ||||
-rw-r--r-- | chinese/nvi-big5/Makefile | 2 | ||||
-rw-r--r-- | chinese/nvi-euc-cn/Makefile | 2 | ||||
-rw-r--r-- | chinese/nvi-euc-tw/Makefile | 2 | ||||
-rw-r--r-- | chinese/xemacs21/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/chinese/irssi/Makefile b/chinese/irssi/Makefile index 4f34437aefdf..8c2e8ab7cd11 100644 --- a/chinese/irssi/Makefile +++ b/chinese/irssi/Makefile @@ -21,4 +21,4 @@ MAINTAINER= vanilla@FreeBSD.org .include "${MASTERDIR}/Makefile" PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment diff --git a/chinese/links/Makefile b/chinese/links/Makefile index 2f14fe0a58c9..66ee09e6448a 100644 --- a/chinese/links/Makefile +++ b/chinese/links/Makefile @@ -25,4 +25,4 @@ pre-configure: .include "${MASTERDIR}/Makefile" PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment diff --git a/chinese/nvi-big5/Makefile b/chinese/nvi-big5/Makefile index 8f4e95df1a6e..b65482e51bdf 100644 --- a/chinese/nvi-big5/Makefile +++ b/chinese/nvi-big5/Makefile @@ -12,7 +12,7 @@ MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n MAINTAINER= ports@freebsd.org -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment CONFIGURE_ARGS+= --enable-multibyte=big5 --program-prefix=n .include "${MASTERDIR}/Makefile" diff --git a/chinese/nvi-euc-cn/Makefile b/chinese/nvi-euc-cn/Makefile index c265f6222b00..5b6992362d37 100644 --- a/chinese/nvi-euc-cn/Makefile +++ b/chinese/nvi-euc-cn/Makefile @@ -13,6 +13,6 @@ MAINTAINER= ports@freebsd.org CONFIGURE_ARGS+= --enable-multibyte=euc-cn --program-prefix=n MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment .include "${MASTERDIR}/Makefile" diff --git a/chinese/nvi-euc-tw/Makefile b/chinese/nvi-euc-tw/Makefile index 92e4ea8f3c43..56c8c20f1849 100644 --- a/chinese/nvi-euc-tw/Makefile +++ b/chinese/nvi-euc-tw/Makefile @@ -13,6 +13,6 @@ MAINTAINER= ports@freebsd.org CONFIGURE_ARGS+= --enable-multibyte=euc-tw --program-prefix=n MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment .include "${MASTERDIR}/Makefile" diff --git a/chinese/xemacs21/Makefile b/chinese/xemacs21/Makefile index fab60b68f673..26511b8778b2 100644 --- a/chinese/xemacs21/Makefile +++ b/chinese/xemacs21/Makefile @@ -9,7 +9,7 @@ CATEGORIES= chinese editors MAINTAINER= keith@FreeBSD.org -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment PLIST= ${.CURDIR}/pkg-plist PKGMESSAGE= ${.CURDIR}/pkg-message |