diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
commit | 826aae24a51502c0b589f8706d66dacd44360ba4 (patch) | |
tree | 4f502ec8b8931d4f8855fe1835f95943aa2bb9fb /security/kedpm | |
parent | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (diff) |
Notes
Diffstat (limited to 'security/kedpm')
-rw-r--r-- | security/kedpm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/kedpm/Makefile b/security/kedpm/Makefile index a1bc8885d8d1..c8f053d51b76 100644 --- a/security/kedpm/Makefile +++ b/security/kedpm/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@thepentagon.org -COMMENT= A simple application for managing personal data +COMMENT= Simple application for managing personal data RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto @@ -22,9 +22,9 @@ USE_PYDISTUTILS= YES DESKTOP_ENTRIES="Ked Password Manager" \ "Secure Password Management" \ - "${LOCALBASE}/share/${PORTNAME}/glade/logo.png" \ + "${PREFIX}/share/${PORTNAME}/glade/logo.png" \ "kedpm" \ - "Application;System;" \ + "" \ true .include <bsd.port.mk> |