pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh *** empty log message ***



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cead1e2d105
branches:  trunk
changeset: 532611:5cead1e2d105
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Aug 24 15:16:21 2007 +0000

description:
*** empty log message ***

diffstat:

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

diffs (23 lines):

diff -r 757bd668b8f7 -r 5cead1e2d105 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Fri Aug 24 14:56:13 2007 +0000
+++ b/shells/zsh/Makefile.common        Fri Aug 24 15:16:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2007/08/13 19:43:30 tron Exp $
+# $NetBSD: Makefile.common,v 1.42 2007/08/24 15:16:21 taca Exp $
 
 DISTNAME=      zsh-${ZSH_VERSION}
 CATEGORIES=    shells
@@ -62,10 +62,10 @@
 .  else
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/zsh
 
-.    if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" || ${OPSYS} == "OpenBSD" || \
-    ${OPSYS} == "FreeBSD"
+.    if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" || ${OPSYS} == "OpenBSD"
 PLIST_SRC+=    ${PKGDIR}/PLIST.terminfo
-.    elif ${OPSYS} == "Interix" || ${OPSYS} == "DragonFly"
+.    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