diff options
-rw-r--r-- | mail/thunderbird/Makefile-thunderbird.common | 4 | ||||
-rw-r--r-- | time/sunbird/Makefile-sunbird.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common index f402b44203f..533efa17729 100644 --- a/mail/thunderbird/Makefile-thunderbird.common +++ b/mail/thunderbird/Makefile-thunderbird.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-thunderbird.common,v 1.17 2006/09/15 13:55:22 ghen Exp $ +# $NetBSD: Makefile-thunderbird.common,v 1.18 2006/09/24 16:32:46 salo Exp $ MOZILLA_BIN= thunderbird-bin MOZ_VER= 1.5.0.7 @@ -31,4 +31,4 @@ post-install: ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. HOME=${WRKSRC:Q} \ ./${MOZILLA_BIN} -register -.include "../../www/mozilla/Makefile.common" +.include "../../www/seamonkey/Makefile.common" diff --git a/time/sunbird/Makefile-sunbird.common b/time/sunbird/Makefile-sunbird.common index a66cf286197..38cfa33ce45 100644 --- a/time/sunbird/Makefile-sunbird.common +++ b/time/sunbird/Makefile-sunbird.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-sunbird.common,v 1.6 2006/06/27 11:11:52 joerg Exp $ +# $NetBSD: Makefile-sunbird.common,v 1.7 2006/09/24 16:31:38 salo Exp $ MOZILLA_BIN= sunbird-bin MOZ_VER= 0.3alpha2 @@ -33,4 +33,4 @@ post-install: ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. HOME=${WRKSRC:Q} \ ./${MOZILLA_BIN} -register -.include "../../www/mozilla/Makefile.common" +.include "../../www/seamonkey/Makefile.common" |