diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:13 +0000 |
commit | a3c824a55b70a54d0f2575a2ff2c4fe25e0f8b97 (patch) | |
tree | 268d59d3fefab5ee7a0a91aed98920d39c360e56 /mail | |
parent | bd6fdb162fd1517985b489dbd83508c5b95cce05 (diff) | |
download | ports-a3c824a55b70a54d0f2575a2ff2c4fe25e0f8b97.tar.gz ports-a3c824a55b70a54d0f2575a2ff2c4fe25e0f8b97.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 456aae76f581..bf2e33e0e285 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -122,13 +122,11 @@ post-patch: .endif post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ChangeLog INSTALL README TODO @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.ja ${STAGEDIR}${DOCSDIR} .endfor -.endif @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${STAGEDIR}${PREFIX}/share/pixmaps/ @${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${STAGEDIR}${PREFIX}/share/applications/ |