Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 23:24:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339858 - head/converters/libiconv
Message-ID:  <201401152324.s0FNOJtS081032@svn.freebsd.org>

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



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