diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:13 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:13 +0800 |
commit | 2ef18bdf1aec8056dbc922ed551668100b0fe329 (patch) | |
tree | 268d59d3fefab5ee7a0a91aed98920d39c360e56 /mail | |
parent | 1bd2ab46f0fd3f44452cde51264851d86cf097cf (diff) | |
download | freebsd-ports-gnome-2ef18bdf1aec8056dbc922ed551668100b0fe329.tar.gz freebsd-ports-gnome-2ef18bdf1aec8056dbc922ed551668100b0fe329.tar.zst freebsd-ports-gnome-2ef18bdf1aec8056dbc922ed551668100b0fe329.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
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/ |