pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh Oops, I accidently typed wrong key and comm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3dde00b5875
branches:  trunk
changeset: 532612:a3dde00b5875
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Aug 24 15:20:43 2007 +0000

description:
Oops, I accidently typed wrong key and commited wrong one.
This is corrected one.

FreeBSD needs PLIST.shlibs as DraonFly.

diffstat:

 shells/zsh/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5cead1e2d105 -r a3dde00b5875 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Fri Aug 24 15:16:21 2007 +0000
+++ b/shells/zsh/Makefile.common        Fri Aug 24 15:20:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2007/08/24 15:16:21 taca Exp $
+# $NetBSD: Makefile.common,v 1.43 2007/08/24 15:20:43 taca Exp $
 
 DISTNAME=      zsh-${ZSH_VERSION}
 CATEGORIES=    shells
@@ -64,8 +64,8 @@
 
 .    if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" || ${OPSYS} == "OpenBSD"
 PLIST_SRC+=    ${PKGDIR}/PLIST.terminfo
-.    elif ${OPSYS} == "Interix" || ${OPSYS} == "DragonFly || \
-       ${OPSYS} == "FreeBSD""
+.    elif ${OPSYS} == "Interix" || ${OPSYS} == "DragonFly" || \
+       ${OPSYS} == "FreeBSD"
 PLIST_SRC+=    ${PKGDIR}/PLIST.terminfo ${PKGDIR}/PLIST.shlibs
 .    else
 PLIST_SRC+=    ${PKGDIR}/PLIST.shlibs



Home | Main Index | Thread Index | Old Index