diff options
author | tnn <tnn> | 2009-08-10 00:27:49 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-08-10 00:27:49 +0000 |
commit | 3dbfc43166b45388424a8439bcfe1b029e4c3f71 (patch) | |
tree | 06a691b1d71d89794fa8bdf5a02a89a4a2b19dfc /devel/xulrunner | |
parent | 1e69f442dcb0431c5cef8f518e7c8c6498d5a8c4 (diff) | |
download | pkgsrc-3dbfc43166b45388424a8439bcfe1b029e4c3f71.tar.gz |
revision bump for PLIST fix
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index 32f2d16ef70..dea9af982c8 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2009/08/08 06:39:35 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2009/08/10 00:27:49 tnn Exp $ # DISTNAME= xulrunner-${XULRUNNER_VER}-source PKGNAME= ${DISTNAME:S/-source//} XULRUNNER_VER= 1.9.1.2 +PKGREVISION= 1 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/} EXTRACT_SUFX= .tar.bz2 |