summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortaca <taca>2007-08-24 15:16:21 +0000
committertaca <taca>2007-08-24 15:16:21 +0000
commit421333ee79a93a456c1696a6ef5f889c1184d12d (patch)
tree33fb2e71d3c5c64c4f0b3c3ab06dd942a062e8ab /shells
parent3e5767e5dbf1bac17b850c05479eaf456d29e7cc (diff)
downloadpkgsrc-421333ee79a93a456c1696a6ef5f889c1184d12d.tar.gz
*** empty log message ***
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile.common8
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