diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:08:23 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:08:23 +0000 |
commit | 7bd65f5b4acfcf7582ff78dc24b53b95e4be4374 (patch) | |
tree | ac22b4036e50ef6f517c0e01c7fa50c0c6c9377b /www/mozex/Makefile | |
parent | 0387b6a2e3879a05710acc8edc04d5a663f1b06e (diff) | |
download | ports-7bd65f5b4acfcf7582ff78dc24b53b95e4be4374.tar.gz ports-7bd65f5b4acfcf7582ff78dc24b53b95e4be4374.zip |
Notes
Diffstat (limited to 'www/mozex/Makefile')
-rw-r--r-- | www/mozex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozex/Makefile b/www/mozex/Makefile index 28aaa323d35f..dcd22692c3fe 100644 --- a/www/mozex/Makefile +++ b/www/mozex/Makefile @@ -8,7 +8,7 @@ PORTNAME= mozex PORTVERSION= 1.07 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www mail news ftp MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,8 +25,8 @@ PLIST_FILES= %%MOZDIR%%/chrome/mozex.jar .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozex/Makefile.xpi" -.if ${GECKO} == mozilla -PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf +.if ${GECKO} == libxul +PLIST_FILES+= %%MOZDIR%%/chrome/installed-chrome.txt .endif do-install: |