svn commit: r343978 - head/mail/sylpheed

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:24:14 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:24:13 2014
New Revision: 343978
URL: http://svnweb.freebsd.org/changeset/ports/343978
QAT: https://qat.redports.org/buildarchive/r343978/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/mail/sylpheed/Makefile

Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile	Wed Feb 12 19:24:09 2014	(r343977)
+++ head/mail/sylpheed/Makefile	Wed Feb 12 19:24:13 2014	(r343978)
@@ -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/
 


More information about the svn-ports-all mailing list