diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-21 03:42:50 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-21 03:42:50 +0000 |
commit | 1f2a4cb3db550deb021b531ae18f4728a2513dbe (patch) | |
tree | ca187db2c52eb18c6aadea5f9bab3989c079e256 /mail/thunderbird | |
parent | 8706c723abf8eef501a31306cf29a3336aeb51b1 (diff) | |
download | pkgsrc-1f2a4cb3db550deb021b531ae18f4728a2513dbe.tar.gz |
Add 'PLIST.${OPSYS}' to PLIST_SRC if it exists.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 6 |
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 |