diff options
author | nork <nork@FreeBSD.org> | 2010-04-04 02:43:07 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-04-04 02:43:07 +0800 |
commit | 3bf323a25c5d1c4c116759f0bf3a256695cf3cd9 (patch) | |
tree | 72f7f41a852e4df2eaafeba90d01261c6d1c639f | |
parent | 6ee63ee602c3218f3a42948f08d1eda7a35d3fdb (diff) | |
download | freebsd-ports-gnome-3bf323a25c5d1c4c116759f0bf3a256695cf3cd9.tar.gz freebsd-ports-gnome-3bf323a25c5d1c4c116759f0bf3a256695cf3cd9.tar.zst freebsd-ports-gnome-3bf323a25c5d1c4c116759f0bf3a256695cf3cd9.zip |
Add missing file.
-rw-r--r-- | www/xpi-grab_and_drag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xpi-grab_and_drag/Makefile b/www/xpi-grab_and_drag/Makefile index d283df27ca9e..ead3b9cb12b2 100644 --- a/www/xpi-grab_and_drag/Makefile +++ b/www/xpi-grab_and_drag/Makefile @@ -17,7 +17,7 @@ XPI_NUM= 1250 XPI_ID= {477c4c36-24eb-11da-94d4-00e08161165f} XPI_FILES= chrome.manifest chrome/grabanddrag.jar \ defaults/preferences/gadDefaults.js \ - install.rdf license.txt + icon.png install.rdf license.txt XPI_DIRS= chrome defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" |