From da72c52432062b692179da268f70b82b1c5fbf4c Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 20 Jul 2007 16:36:59 +0000 Subject: On FreeBSD, terminfo.so gets installed like on Linux. --- shells/zsh/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index b33634f02b3..0150efc0f03 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2007/04/16 19:01:28 joerg Exp $ +# $NetBSD: Makefile.common,v 1.39 2007/07/20 16:36:59 joerg Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -57,7 +57,8 @@ PLIST_SRC= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST . else LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/zsh -. if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" || ${OPSYS} == "OpenBSD" +. if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" || ${OPSYS} == "OpenBSD" || \ + ${OPSYS} == "FreeBSD" PLIST_SRC+= ${PKGDIR}/PLIST.terminfo . elif ${OPSYS} == "Interix" || ${OPSYS} == "DragonFly" PLIST_SRC+= ${PKGDIR}/PLIST.terminfo ${PKGDIR}/PLIST.shlibs -- cgit v1.2.3