diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-12-05 14:30:33 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-12-05 14:30:33 +0000 |
commit | bb704fa95f077f1229c54ffd2fb1820f8cad587c (patch) | |
tree | aeb00847c049a627d5cc36c0aed35c3522609dc1 /editors/abiword | |
parent | 4fb6fe40a1429dd61e438350f4a5fcf3d3545a54 (diff) | |
download | freebsd-ports-bb704fa95f077f1229c54ffd2fb1820f8cad587c.zip |
Fix plist.
Submitted by: pointyhat (via pav@)
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 |