From 1f2a4cb3db550deb021b531ae18f4728a2513dbe Mon Sep 17 00:00:00 2001 From: sbd Date: Tue, 21 Feb 2012 03:42:50 +0000 Subject: Add 'PLIST.${OPSYS}' to PLIST_SRC if it exists. --- mail/thunderbird/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 813c2b2a0be..21afb33d73a 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2012/02/19 10:11:40 cheusov Exp $ +# $NetBSD: Makefile,v 1.85 2012/02/21 03:42:50 sbd Exp $ # DISTNAME= thunderbird-${TB_VER}.source @@ -29,6 +29,10 @@ ALL_ENV+= MOZILLA_PKG_NAME=thunderbird .include "../../mk/bsd.prefs.mk" +.if exists(PLIST.${OPSYS}) +PLIST_SRC+= PLIST.${OPSYS} +.endif + .if (${OPSYS} == "Linux" || ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin") && \ (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") BUILD_DEPENDS+= yasm>=1.1.0:../../devel/yasm -- cgit v1.2.3