diff options
author | knu <knu@FreeBSD.org> | 2003-02-18 13:58:39 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-18 13:58:39 +0800 |
commit | 7d73badf87d3fb7079b6ea3ec0d1e680d757ca0a (patch) | |
tree | 1382e30a4fc68fcac2be36bcd977c8398006691d /shells/zsh | |
parent | 3f205c2af03ae9394e39a99165c94980b23b7257 (diff) | |
download | freebsd-ports-gnome-7d73badf87d3fb7079b6ea3ec0d1e680d757ca0a.tar.gz freebsd-ports-gnome-7d73badf87d3fb7079b6ea3ec0d1e680d757ca0a.tar.zst freebsd-ports-gnome-7d73badf87d3fb7079b6ea3ec0d1e680d757ca0a.zip |
De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINER
while I'm hre.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 3 | ||||
-rw-r--r-- | shells/zsh/pkg-comment | 1 |
2 files changed, 2 insertions, 2 deletions
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 |