summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-02-21 03:42:50 +0000
committersbd <sbd@pkgsrc.org>2012-02-21 03:42:50 +0000
commit1f2a4cb3db550deb021b531ae18f4728a2513dbe (patch)
treeca187db2c52eb18c6aadea5f9bab3989c079e256 /mail
parent8706c723abf8eef501a31306cf29a3336aeb51b1 (diff)
downloadpkgsrc-1f2a4cb3db550deb021b531ae18f4728a2513dbe.tar.gz
Add 'PLIST.${OPSYS}' to PLIST_SRC if it exists.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/Makefile6
1 files changed, 5 insertions, 1 deletions
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