diff options
author | taca <taca> | 2007-08-24 15:20:43 +0000 |
---|---|---|
committer | taca <taca> | 2007-08-24 15:20:43 +0000 |
commit | d8e731f170cf3c1426c7239c7f3c1d14724f3070 (patch) | |
tree | 7dcafe6822803c0eb39806caf5c53f822f8d14f8 /shells/zsh | |
parent | 421333ee79a93a456c1696a6ef5f889c1184d12d (diff) | |
download | pkgsrc-d8e731f170cf3c1426c7239c7f3c1d14724f3070.tar.gz |
Oops, I accidently typed wrong key and commited wrong one.
This is corrected one.
FreeBSD needs PLIST.shlibs as DraonFly.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 27cb4d52030..df7e0382401 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.42 2007/08/24 15:16:21 taca Exp $ +# $NetBSD: Makefile.common,v 1.43 2007/08/24 15:20:43 taca Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -64,8 +64,8 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/zsh . if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" || ${OPSYS} == "OpenBSD" PLIST_SRC+= ${PKGDIR}/PLIST.terminfo -. elif ${OPSYS} == "Interix" || ${OPSYS} == "DragonFly || \ - ${OPSYS} == "FreeBSD"" +. elif ${OPSYS} == "Interix" || ${OPSYS} == "DragonFly" || \ + ${OPSYS} == "FreeBSD" PLIST_SRC+= ${PKGDIR}/PLIST.terminfo ${PKGDIR}/PLIST.shlibs . else PLIST_SRC+= ${PKGDIR}/PLIST.shlibs |