1
0
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:
Norikatsu Shigemura 2006-07-16 06:42:52 +00:00
parent bfe08da94b
commit b959a87b5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167959
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -21,4 +21,5 @@ share/pixmaps/ebview.xpm
@dirrm %%DATADIR%%/help/en
@dirrm %%DATADIR%%/help
@dirrm %%DATADIR%%
@dirrmtry share/applications
%%PORTDOCS%%@dirrm %%DOCSDIR%%