summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorobache <obache>2012-02-21 05:07:21 +0000
committerobache <obache>2012-02-21 05:07:21 +0000
commitd40bf8ebb9a31416823c61845013df11ce186ead (patch)
tree256b11b922a11a87e1fe8c480242465f5b377f97 /mail
parent85a870d4d0836dac740a1ab7ef6baa50dc72f936 (diff)
downloadpkgsrc-d40bf8ebb9a31416823c61845013df11ce186ead.tar.gz
Use PLIST_SRC_DFLT for default PLIST_SRC for convenience.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 21afb33d73a..06cedda73e1 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2012/02/21 03:42:50 sbd Exp $
+# $NetBSD: Makefile,v 1.86 2012/02/21 05:07:21 obache Exp $
#
DISTNAME= thunderbird-${TB_VER}.source
@@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= unzip pax
WRKSRC= ${WRKDIR}/comm-release
MOZILLA_DIR= mozilla/
-PLIST_SRC+= PLIST
+PLIST_SRC+= ${PLIST_SRC_DFLT}
CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess
CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub
@@ -29,10 +29,6 @@ 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