diff options
author | agc <agc@pkgsrc.org> | 1997-10-24 15:00:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-24 15:00:34 +0000 |
commit | c32aecbdd94bb9226db28ff03351b0e0338d106b (patch) | |
tree | 9f4a10570aecf45e04674e824a391bcdb19dba43 /shells/zsh | |
parent | 9864af9b5212e677260ba3e17dd859feb0e027ef (diff) | |
download | pkgsrc-c32aecbdd94bb9226db28ff03351b0e0338d106b.tar.gz |
Add NetBSD RCS Id.
Add NetBSD dependency on gtexinfo
Diffstat (limited to 'shells/zsh')
-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; \ |