1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

mkdir share/pixmaps and share/applications

Noted by:	kris
This commit is contained in:
Oliver Lehmann 2006-04-09 21:41:13 +00:00
parent 6043086f6d
commit 3b5615ddfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159236
2 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,8 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${i}.ja ${DOCSDIR}
.endfor
.endif
@${MKDIR} ${PREFIX}/share/pixmaps
@${MKDIR} ${PREFIX}/share/applications
@${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/
@${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${PREFIX}/share/applications/

View File

@ -120,6 +120,8 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${i}.ja ${DOCSDIR}
.endfor
.endif
@${MKDIR} ${PREFIX}/share/pixmaps
@${MKDIR} ${PREFIX}/share/applications
@${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/
@${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${PREFIX}/share/applications/