1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Intelligent packaging. Portlint.

Inspired by:
PR:		ports/15306
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
This commit is contained in:
Bill Fumerola 1999-12-06 20:14:38 +00:00
parent b2fdcb2609
commit 62b5e5bf4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23626

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: zsh
# Version required: 3.0.5
# Version required: 3.0.7
# Date created: 11 Feb. 1995
# Whom: torstenb
#
@ -7,7 +7,6 @@
#
DISTNAME= zsh-3.0.7
PKGNAME= zsh-3.0.7
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sterling.com/zsh/ \
ftp://ftp.rge.com/pub/shells/zsh/ \
@ -22,7 +21,7 @@ MAINTAINER= torstenb@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
zshoptions.1 zshall.1 zshparam.1 zshzle.1
PLIST_SUB= ZSH_VERSION=3.0.6
PLIST_SUB= ZSH_VERSION=${DISTNAME:S/zsh-//}
# If you want to build a static binary, uncomment the following line
#CONFIGURE_ENV+= "LDFLAGS=-static"