diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-29 18:29:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-29 18:29:45 +0000 |
commit | c28115ab281a48c80fa7e359990c672bab14b892 (patch) | |
tree | 1096ce466c35e46abbe386dc21f2a6e35abaa10d /www/xulrunner | |
parent | b3dd7536fa958e669b7b77cc58ef1840d49a15f8 (diff) |
- Convert all gecko pkg-[de]install scripts into a generic
pkg-[de]install script
- Always use pkg-install to create missing dir's [1]
Requested by: marcus [1]
Notes
Notes:
svn path=/head/; revision=158394
Diffstat (limited to 'www/xulrunner')
-rw-r--r-- | www/xulrunner/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile index 099944b17af4..0a729baee866 100644 --- a/www/xulrunner/Makefile +++ b/www/xulrunner/Makefile @@ -7,7 +7,7 @@ PORTNAME= xulrunner PORTVERSION= 1.8.0.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/ |