diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 95011c8f70b..fceaae3a8d4 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.43 2007/12/04 19:26:56 okan Exp $ +# $OpenBSD: Makefile,v 1.44 2007/12/05 18:37:01 okan Exp $ COMMENT= Z shell, Bourne shell-compatible VERSION= 4.3.4 DISTNAME= zsh-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= shells MASTER_SITES= ftp://ftp.zsh.org/zsh/ \ ${HOMEPAGE}pub/ \ @@ -15,6 +16,8 @@ MASTER_SITES= ftp://ftp.zsh.org/zsh/ \ HOMEPAGE= http://www.zsh.org/ +MAINTAINER= Pierre-Emmanuel Andre + # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes