diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-11 21:31:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-11 21:31:00 +0000 |
commit | e497d7caf77b7178bf8c5c359392e43d76ee4a4c (patch) | |
tree | b648403b5c9288bcb5822148caac75e9c8f98a6e /games/py-mnemosyne | |
parent | 8d874deecb5a8991f235cd8c21668b9db5b159dd (diff) |
- Mark BROKEN: installs file under PREFIX during build phase
(mnemosyne.desktop, pixmaps/mnemosyne.png)
Reported by: pointyhat
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=220351
Diffstat (limited to 'games/py-mnemosyne')
-rw-r--r-- | games/py-mnemosyne/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/py-mnemosyne/Makefile b/games/py-mnemosyne/Makefile index c6db4877acb3..cc6964de7f28 100644 --- a/games/py-mnemosyne/Makefile +++ b/games/py-mnemosyne/Makefile @@ -18,6 +18,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= beech@FreeBSD.org COMMENT= Flash-card tool which optimises your learning process +BROKEN= installs files in build phase + USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_EGG= Mnemosyne-${PORTVERSION}-${PYTHON_VERSION:S/thon//}${PYEASYINSTALL_OSARCH}.egg |