diff options
author | ryoon <ryoon> | 2013-05-31 21:39:39 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-05-31 21:39:39 +0000 |
commit | 2538a09ee5b21d32b4347ae5445184c5272811a8 (patch) | |
tree | e63926357bd564c7577b3d411df5e8ea46513233 /www | |
parent | ef48cf71c609c3dc42203ed289a58050c146a1b8 (diff) | |
download | pkgsrc-2538a09ee5b21d32b4347ae5445184c5272811a8.tar.gz |
Fix xpi.mk inclusion.
Pointed out by wiz@, thank you.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox36-l10n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox36-l10n/Makefile b/www/firefox36-l10n/Makefile index 373bf7aaf3f..842ba338051 100644 --- a/www/firefox36-l10n/Makefile +++ b/www/firefox36-l10n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/02/01 22:21:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/05/31 21:39:39 ryoon Exp $ # FIREFOX_VER= 3.6.28 @@ -34,5 +34,5 @@ SUBST_STAGE.chop= post-configure SUBST_FILES.chop= ta-LK/install.rdf SUBST_SED.chop= -e '1,3d' -.include "../../devel/xulrunner/xpi.mk" +.include "../../www/firefox/xpi.mk" .include "../../mk/bsd.pkg.mk" |