Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2015 17:46:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391447 - head/devel/shapelib
Message-ID:  <201507061746.t66HkRCQ091379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507061746.t66HkRCQ091379>