diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-07-07 18:53:59 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-07-07 18:53:59 +0000 |
commit | e7b69ac104906f1b691a496c8ed2315f4f81f00d (patch) | |
tree | 21b4afcd32198df2c3981747a68dd52bbe14fb30 /security/parano | |
parent | e43afe128128a8b7ce5ef889e9f4946cc24ec58e (diff) | |
download | ports-e7b69ac104906f1b691a496c8ed2315f4f81f00d.tar.gz ports-e7b69ac104906f1b691a496c8ed2315f4f81f00d.zip |
Notes
Diffstat (limited to 'security/parano')
-rw-r--r-- | security/parano/Makefile | 9 | ||||
-rw-r--r-- | security/parano/pkg-plist | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/security/parano/Makefile b/security/parano/Makefile index 05c22d22513f..83c2c644f9e8 100644 --- a/security/parano/Makefile +++ b/security/parano/Makefile @@ -3,19 +3,20 @@ PORTNAME= parano PORTVERSION= 0.3.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= BERLIOS MAINTAINER= ports@FreeBSD.org -COMMENT= A Gnome program to deal with hashfiles +COMMENT= Gnome program to deal with hashfiles USE_GNOME= pygnome2 USE_PYTHON= yes -USES= gettext gmake +USES= desktop-file-utils gettext gmake shared-mime-info GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-update-mime-database + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/parano/pkg-plist b/security/parano/pkg-plist index e028e6255f73..99178c487a65 100644 --- a/security/parano/pkg-plist +++ b/security/parano/pkg-plist @@ -11,9 +11,5 @@ share/mime-info/parano.mime %%DATADIR%%/parano.glade share/pixmaps/parano-icon.png @dirrm %%DATADIR%% -@dirrmtry share/mime-info @dirrmtry share/locale/sv_SE/LC_MESSAGES @dirrmtry share/locale/sv_SE -@dirrmtry share/application-registry -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime |