svn commit: r339858 - head/converters/libiconv

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:24:20 UTC 2014


Author: bapt
Date: Wed Jan 15 23:24:19 2014
New Revision: 339858
URL: http://svnweb.freebsd.org/changeset/ports/339858
QAT: https://qat.redports.org/buildarchive/r339858/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/converters/libiconv/Makefile

Modified: head/converters/libiconv/Makefile
==============================================================================
--- head/converters/libiconv/Makefile	Wed Jan 15 23:23:32 2014	(r339857)
+++ head/converters/libiconv/Makefile	Wed Jan 15 23:24:19 2014	(r339858)
@@ -50,11 +50,9 @@ post-patch:
 		${WRKSRC}/libcharset/configure \
 		${WRKSRC}/preload/configure
 
-.include <bsd.port.pre.mk>
-
 .if exists(/usr/include/iconv.h)
 IGNORE=		converters/libiconv should not be used with iconv from base. \
 Please fix the port which tries to use it
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list