diff options
author | agc <agc> | 1997-10-24 15:00:34 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-24 15:00:34 +0000 |
commit | a06094d497885783456bc3144ae16374af1e4ddd (patch) | |
tree | 9f4a10570aecf45e04674e824a391bcdb19dba43 /shells | |
parent | bc27841f3b3522d81d89a513a33b888feca823b6 (diff) | |
download | pkgsrc-a06094d497885783456bc3144ae16374af1e4ddd.tar.gz |
Add NetBSD RCS Id.
Add NetBSD dependency on gtexinfo
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 5728aa2c664..7d7dc2c3045 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,3 +1,4 @@ +# $NetBSD: Makefile,v 1.2 1997/10/24 15:00:34 agc Exp $ # New ports collection makefile for: zsh # Version required: 3.0.5 # Date created: 11 Feb. 1995 @@ -27,6 +28,12 @@ MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ # If you want to build a static binary, uncomment the following line #LDFLAGS+=-static +OPSYS!= uname -s +.if (${OPSYS} == "NetBSD") +BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo +RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo +.endif + post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ |