diff options
Diffstat (limited to 'archivers/file-roller')
-rw-r--r-- | archivers/file-roller/Makefile | 6 | ||||
-rw-r--r-- | archivers/file-roller/pkg-plist | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index f2bc3d2fd..f91879095 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -20,12 +20,11 @@ CONFLICTS= file-roller-3.[0-9]* USE_LDCONFIG= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext pathfix desktop-file-utils pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \ - gtk20 gconf2 +USE_GNOME= gnomeprefix intlhack gnomedocutils gtk20 gconf2 USE_XORG= sm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -56,7 +55,6 @@ post-patch: ${WRKSRC}/src/fr-command-zip.c post-install: - @-update-desktop-database .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist index 6af23090c..9f6b6df43 100644 --- a/archivers/file-roller/pkg-plist +++ b/archivers/file-roller/pkg-plist @@ -305,8 +305,6 @@ share/omf/file-roller/file-roller-zh_CN.omf @dirrm %%DATADIR%% @dirrmtry share/applications @dirrm libexec/file-roller -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES |