From 4c9c90ac7768545922eb2e7b4c67f7fc24b6cbd6 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 14 Jun 2005 18:39:29 +0000 Subject: Make this package build on Linux by correcting PLIST. Fixes PR pkg/29552. --- shells/zsh/Makefile.common | 4 ++-- shells/zsh/PLIST.Linux | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 shells/zsh/PLIST.Linux (limited to 'shells/zsh') diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 43802646dab..8b8a95a62b2 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2005/04/11 21:47:21 tv Exp $ +# $NetBSD: Makefile.common,v 1.24 2005/06/14 18:39:29 minskim Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -59,7 +59,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS} . else PLIST_SRC= # empty . endif -. if ${OPSYS} != "IRIX" +. if ${OPSYS} != "IRIX" && ${OPSYS} != "Linux" PLIST_SRC+= ${PKGDIR}/PLIST.shlibs . endif PLIST_SRC+= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST diff --git a/shells/zsh/PLIST.Linux b/shells/zsh/PLIST.Linux new file mode 100644 index 00000000000..c61f85f8a64 --- /dev/null +++ b/shells/zsh/PLIST.Linux @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2005/06/14 18:39:29 minskim Exp $ +lib/zsh/${PKGVERSION}/zsh/terminfo.so -- cgit v1.2.3