From 9325e1ce5ba811dc0535bc84aa6e74e784e3000e Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 25 Jan 2005 13:13:55 +0000 Subject: Pull in PLIST.${OPSYS} if existant. --- shells/zsh/Makefile.common | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'shells') diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 9487126b23f..d9856cc3c39 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2005/01/18 12:44:53 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.20 2005/01/25 13:13:55 tv Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -55,12 +55,17 @@ LDFLAGS+= -static PLIST_SRC= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST . else LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/zsh -PLIST_SRC= ${PKGDIR}/PLIST.shlibs ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST +. if exists(${PKGDIR}/PLIST.${OPSYS}) +PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS} +. else +PLIST_SRC= # empty +. endif +PLIST_SRC+= ${PKGDIR}/PLIST.shlibs ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST . endif .endif .if ${OPSYS} == "Interix" -CONFIGURE_ARGS+= --without-tcsetpgrp +CONFIGURE_ARGS+=--without-tcsetpgrp .endif .undef MANZ -- cgit v1.2.3