mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
o Take care of $PREFIX/share/applications.
(including fix pkg-plist) o Bump PORTREVISION, accordingly. Pointy hat to: myself
This commit is contained in:
parent
bfe08da94b
commit
b959a87b5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167959
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ebview
|
||||
PORTVERSION= 0.3.6
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -16,8 +16,6 @@ PKGNAMESUFFIX= -gtk2
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Electronic Book Viewer
|
||||
|
||||
BROKEN= fails to install due to directory problem
|
||||
|
||||
LIB_DEPENDS= eb.10:${PORTSDIR}/japanese/eb
|
||||
|
||||
CONFLICTS= ja-ebview-0*
|
||||
@ -37,6 +35,7 @@ post-patch:
|
||||
's|-pthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/applications
|
||||
${INSTALL_DATA} ${WRKSRC}/pixmaps/ebview.xpm ${PREFIX}/share/pixmaps/
|
||||
${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${PREFIX}/share/applications/
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -21,4 +21,5 @@ share/pixmaps/ebview.xpm
|
||||
@dirrm %%DATADIR%%/help/en
|
||||
@dirrm %%DATADIR%%/help
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user