forked from Lainports/freebsd-ports
Fix plist.
Submitted by: pointyhat (via pav@)
This commit is contained in:
parent
4fb6fe40a1
commit
bb704fa95f
2 changed files with 1 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue