From 421333ee79a93a456c1696a6ef5f889c1184d12d Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 24 Aug 2007 15:16:21 +0000 Subject: *** empty log message *** --- shells/zsh/Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shells') diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 4790e59fe37..27cb4d52030 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -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 @@ PLIST_SRC= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST . 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 -- cgit v1.2.3