diff options
author | oliver <oliver@FreeBSD.org> | 2006-04-10 05:41:13 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-04-10 05:41:13 +0800 |
commit | 2b8ce9dd732e57811708b3bc5258d8a67d2d9b69 (patch) | |
tree | 9257a118dd88ddbcd0ebb4ca5a80717f1464cf3a /mail | |
parent | eda27e7bf01f70e4427b524a4f04719025abd056 (diff) | |
download | freebsd-ports-graphics-2b8ce9dd732e57811708b3bc5258d8a67d2d9b69.tar.gz freebsd-ports-graphics-2b8ce9dd732e57811708b3bc5258d8a67d2d9b69.tar.zst freebsd-ports-graphics-2b8ce9dd732e57811708b3bc5258d8a67d2d9b69.zip |
mkdir share/pixmaps and share/applications
Noted by: kris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed2/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index d88cab1b08b..c0cb70df97b 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -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/ diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index d88cab1b08b..c0cb70df97b 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -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/ |