diff options
author | taca <taca@pkgsrc.org> | 2007-08-24 15:16:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-08-24 15:16:21 +0000 |
commit | 15a7776425cffe3cfc295eb53d6a045824bca875 (patch) | |
tree | 33fb2e71d3c5c64c4f0b3c3ab06dd942a062e8ab /shells/zsh | |
parent | 36c41d5f7af591cea14a38ed8d7745247af068b2 (diff) | |
download | pkgsrc-15a7776425cffe3cfc295eb53d6a045824bca875.tar.gz |
*** empty log message ***
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
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 |