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 | 0008cc17958732589bf5a10b9f2010cd086582a9 (patch) | |
tree | dbb87d3ecf9973030d07dc13400ed8919cc94a49 /shells | |
parent | 1671ca376ab1ab9564b00ad971ca17872eb1dc23 (diff) | |
download | pkgsrc-0008cc17958732589bf5a10b9f2010cd086582a9.tar.gz |
On FreeBSD, terminfo.so gets installed like on Linux.
Diffstat (limited to 'shells')
-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 |