diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-17 19:40:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-17 19:40:51 +0000 |
commit | 4d283f4b9b532158d46ea843029f1518063c6980 (patch) | |
tree | ece2fafa176efe4ec7ce61942c458190950d39d8 | |
parent | - Disallow on pointyhat (diff) |
- Mark BROKEN: bad plist
Reported by: pointyhat
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=220425
-rw-r--r-- | graphics/rubygem-scruffy/Makefile | 2 | ||||
-rw-r--r-- | mail/xpi-displayquota/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/rubygem-scruffy/Makefile b/graphics/rubygem-scruffy/Makefile index 983411ba2049..d9ec9fd3109a 100644 --- a/graphics/rubygem-scruffy/Makefile +++ b/graphics/rubygem-scruffy/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder USE_RUBY= yes USE_RUBYGEMS= yes +BROKEN= bad plist + update-plist: @${RM} -f ${PLIST} @${ECHO} "%%GEM_SPEC%%" >> ${PLIST} diff --git a/mail/xpi-displayquota/Makefile b/mail/xpi-displayquota/Makefile index 24d5d3c23b55..6b4b5cfed642 100644 --- a/mail/xpi-displayquota/Makefile +++ b/mail/xpi-displayquota/Makefile @@ -19,5 +19,7 @@ XPI_ID= {c1ac4523-76c2-9995-adbd-d93bf5141bea} XPI_FILES= chrome/DisplayQuota.jar defaults/preferences/displayquota.js install.rdf chrome.manifest package.sh.bak XPI_DIRS= chrome chrome/locale.old defaults/preferences defaults +BROKEN= bad plist + .include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |