pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/zsh Make this package build on Linux by correct...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7850acb8c842
branches:  trunk
changeset: 495595:7850acb8c842
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 14 18:39:29 2005 +0000

description:
Make this package build on Linux by correcting PLIST.  Fixes PR pkg/29552.

diffstat:

 shells/zsh/Makefile.common |  4 ++--
 shells/zsh/PLIST.Linux     |  2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 3c6ea58f7a5d -r 7850acb8c842 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Tue Jun 14 18:32:48 2005 +0000
+++ b/shells/zsh/Makefile.common        Tue Jun 14 18:39:29 2005 +0000
@@ -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 @@
 .    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 -r 3c6ea58f7a5d -r 7850acb8c842 shells/zsh/PLIST.Linux
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh/PLIST.Linux    Tue Jun 14 18:39:29 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index