diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-20 16:36:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-20 16:36:59 +0000 |
commit | e088637dee54e60a58bad46a86890487e3ae1f5f (patch) | |
tree | dbb87d3ecf9973030d07dc13400ed8919cc94a49 /shells/zsh | |
parent | cd2b1d2735439e61bdaf74b179c8fef1f3753630 (diff) | |
download | pkgsrc-e088637dee54e60a58bad46a86890487e3ae1f5f.tar.gz |
On FreeBSD, terminfo.so gets installed like on Linux.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile.common | 5 |
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 |