svn commit: r391447 - head/devel/shapelib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jul 6 17:46:27 UTC 2015


Author: sunpoet
Date: Mon Jul  6 17:46:26 2015
New Revision: 391447
URL: https://svnweb.freebsd.org/changeset/ports/391447

Log:
  - Simplify Makefile

Modified:
  head/devel/shapelib/Makefile

Modified: head/devel/shapelib/Makefile
==============================================================================
--- head/devel/shapelib/Makefile	Mon Jul  6 17:46:21 2015	(r391446)
+++ head/devel/shapelib/Makefile	Mon Jul  6 17:46:26 2015	(r391447)
@@ -47,9 +47,7 @@ post-patch:
 
 post-install:
 	${LN} -s libshp.so.1 ${STAGEDIR}${PREFIX}/lib/libshp.so
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/web/*.html ${STAGEDIR}${DOCSDIR}/
-.endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list