summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-20 16:36:59 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-20 16:36:59 +0000
commite088637dee54e60a58bad46a86890487e3ae1f5f (patch)
treedbb87d3ecf9973030d07dc13400ed8919cc94a49 /shells
parentcd2b1d2735439e61bdaf74b179c8fef1f3753630 (diff)
downloadpkgsrc-e088637dee54e60a58bad46a86890487e3ae1f5f.tar.gz
On FreeBSD, terminfo.so gets installed like on Linux.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile.common5
1 files changed, 3 insertions, 2 deletions
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