summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon>2013-05-31 21:39:39 +0000
committerryoon <ryoon>2013-05-31 21:39:39 +0000
commit2538a09ee5b21d32b4347ae5445184c5272811a8 (patch)
treee63926357bd564c7577b3d411df5e8ea46513233
parentef48cf71c609c3dc42203ed289a58050c146a1b8 (diff)
downloadpkgsrc-2538a09ee5b21d32b4347ae5445184c5272811a8.tar.gz
Fix xpi.mk inclusion.
Pointed out by wiz@, thank you.
-rw-r--r--www/firefox36-l10n/Makefile4
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"