diff options
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/pkg-plist | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 283e9523dbda..b1a3badf2468 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -8,6 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -94,7 +95,5 @@ PLIST_SUB+= CLIPART="@comment " post-install: @${MKDIR} ${PREFIX}/lib/${PORTNAME}-${ABIVERSION}/plugins @-update-desktop-database - @${MKDIR} ${PREFIX}/share/mime-info/packages - @-update-mime-database ${PREFIX}/share/mime-info .include <bsd.port.post.mk> diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist index 5f71fc93d15c..2b5e358dfd0c 100644 --- a/editors/abiword/pkg-plist +++ b/editors/abiword/pkg-plist @@ -303,6 +303,4 @@ share/mime-info/abiword.keys @dirrmtry lib/abiword-%%ABIVERSION%% @dirrm include/abiword-%%ABIVERSION%% @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime-info > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime-info > /dev/null || /usr/bin/true |