diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile.common | 4 | ||||
-rw-r--r-- | shells/zsh/PLIST.Linux | 2 |
2 files changed, 4 insertions, 2 deletions
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 |