Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2014 17:23:47 +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: r363826 - head/databases/unixODBC
Message-ID:  <201408021723.s72HNl1R077124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug  2 17:23:47 2014
New Revision: 363826
URL: http://svnweb.freebsd.org/changeset/ports/363826
QAT: https://qat.redports.org/buildarchive/r363826/

Log:
  - Simplify Makefile

Modified:
  head/databases/unixODBC/Makefile

Modified: head/databases/unixODBC/Makefile
==============================================================================
--- head/databases/unixODBC/Makefile	Sat Aug  2 17:16:19 2014	(r363825)
+++ head/databases/unixODBC/Makefile	Sat Aug  2 17:23:47 2014	(r363826)
@@ -23,17 +23,13 @@ USE_LDCONFIG=	yes
 
 PORTDOCS=	*
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/\.ini/s|^|#|' ${WRKSRC}/Makefile.in
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 	@${FIND} ${STAGEDIR}${DOCSDIR} -type f -name "*Makefile*" -delete
-.endif
 
 .include <bsd.port.mk>



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