diff options
-rw-r--r-- | shells/zsh+euc_hack/Makefile | 1 | ||||
-rw-r--r-- | shells/zsh+euc_hack/pkg-comment | 1 | ||||
-rw-r--r-- | shells/zsh/Makefile | 3 | ||||
-rw-r--r-- | shells/zsh/pkg-comment | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/shells/zsh+euc_hack/Makefile b/shells/zsh+euc_hack/Makefile index df3ecb801b7f..ccb31a96eca3 100644 --- a/shells/zsh+euc_hack/Makefile +++ b/shells/zsh+euc_hack/Makefile @@ -10,6 +10,7 @@ MASTERDIR= ${.CURDIR}/../zsh PKGNAMESUFFIX= +euc_hack MAINTAINER= knu@FreeBSD.org +COMMENT= The Z shell with EUC encoding support EXTRA_PATCHES= ${.CURDIR}/files/patch-* diff --git a/shells/zsh+euc_hack/pkg-comment b/shells/zsh+euc_hack/pkg-comment deleted file mode 100644 index b2897090b46b..000000000000 --- a/shells/zsh+euc_hack/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Z shell with EUC encoding support diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 62778c2df5de..ab01fb84d6d4 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -23,7 +23,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} zsh-${PORTVERSION}-doc${EXTRACT_SUFX} .endif -MAINTAINER= will@FreeBSD.org +MAINTAINER?= will@FreeBSD.org +COMMENT?= The Z shell USE_BZIP2= yes USE_REINPLACE= yes diff --git a/shells/zsh/pkg-comment b/shells/zsh/pkg-comment deleted file mode 100644 index bc3b23dde4a7..000000000000 --- a/shells/zsh/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Z shell |