diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-14 18:39:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-14 18:39:29 +0000 |
commit | 05dbf426594438191dd0a6cf573b7b0733ea1635 (patch) | |
tree | c07fb008d2b87d96d41c9354b1410836bb71500e /shells | |
parent | 464f725efb0c85a452d437ea66e025bcbfabe7ba (diff) | |
download | pkgsrc-05dbf426594438191dd0a6cf573b7b0733ea1635.tar.gz |
Make this package build on Linux by correcting PLIST. Fixes PR pkg/29552.
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 |