diff options
author | obache <obache@pkgsrc.org> | 2012-02-21 05:07:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-21 05:07:21 +0000 |
commit | b35289eb760def26fbb9113f8d38518185a60a4c (patch) | |
tree | 256b11b922a11a87e1fe8c480242465f5b377f97 /mail | |
parent | 1f2a4cb3db550deb021b531ae18f4728a2513dbe (diff) | |
download | pkgsrc-b35289eb760def26fbb9113f8d38518185a60a4c.tar.gz |
Use PLIST_SRC_DFLT for default PLIST_SRC for convenience.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 8 |
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 |