diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 10:14:18 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 10:14:18 +0800 |
commit | 6c87ace519e10ffec3ed583a9d80c660ef1407ec (patch) | |
tree | 041509dc7a1b3cc80587761743dae7b5fe0675d2 | |
parent | c5240209b7b8a21f31174f984495e3d82d257f0c (diff) | |
download | marcuscom-ports-6c87ace519e10ffec3ed583a9d80c660ef1407ec.tar.gz marcuscom-ports-6c87ace519e10ffec3ed583a9d80c660ef1407ec.tar.zst marcuscom-ports-6c87ace519e10ffec3ed583a9d80c660ef1407ec.zip |
-Remove quote from IGNORE.
-install -> ${INSTALL_TARGET}
Reported by: portlint
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4538 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/thunderbird-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index b918add6a..d7a200d99 100644 --- a/mail/thunderbird-devel/Makefile +++ b/mail/thunderbird-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/mail/thunderbird-devel/Makefile,v 1.6 2005/06/28 05:40:07 adamw Exp $ # PORTNAME= thunderbird @@ -59,7 +59,7 @@ OPTIONS= DEBUG "Build a debugging image" off \ .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= "core dumps at runtime" +IGNORE= core dumps at runtime .endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 .if ${PERL_LEVEL} < 500600 @@ -156,7 +156,7 @@ pre-install: # package, replacing the traditional pkg-plist file. @${RM} -rf ${FAKEDIR} ${PLIST} @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - Makefile ${MAKE_ARGS} install + Makefile ${MAKE_ARGS} ${INSTALL_TARGET} @${MKDIR} ${SCRIPTS_DIR} @${MKDIR} ${MOZ_PIS_DIR} .for ii in mac win |