1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix plist.

Submitted by:	pointyhat (via pav@)
This commit is contained in:
Koop Mast 2009-12-05 14:30:33 +00:00
parent 4fb6fe40a1
commit bb704fa95f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245231
2 changed files with 1 additions and 4 deletions

View File

@ -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>

View File

@ -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