Use PLIST_SRC_DFLT for default PLIST_SRC for convenience.
This commit is contained in:
parent
a3abcda8b0
commit
5cce6ae2e2
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue