Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 21:30:12 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326690 - head/converters/py-iconv
Message-ID:  <201309072130.r87LUCl6097742@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Sat Sep  7 21:30:12 2013
New Revision: 326690
URL: http://svnweb.freebsd.org/changeset/ports/326690

Log:
  . remove unneded <bsd.port.pre.mk>;
  . trim headers;
  . remove an article form COMMENT.

Modified:
  head/converters/py-iconv/Makefile

Modified: head/converters/py-iconv/Makefile
==============================================================================
--- head/converters/py-iconv/Makefile	Sat Sep  7 21:29:50 2013	(r326689)
+++ head/converters/py-iconv/Makefile	Sat Sep  7 21:30:12 2013	(r326690)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	py-iconv
-# Date created:		11 September 2001
-# Whom:			Hye-Shik Chang <perky@python.or.kr>
-#
+# Created by: Hye-Shik Chang <perky@python.or.kr>
 # $FreeBSD$
 
 PORTNAME=	iconv
@@ -14,15 +11,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DIST_SUBDIR=	python
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An iconv wrapper with Unicode codec for Python
+COMMENT=	Iconv wrapper with Unicode codec for Python
 
 USES=		iconv
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PLIST_SUB=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g}
 
-.include <bsd.port.pre.mk>
-
 .if empty(ICONV_LIB)
 SETUPINFO=	,library_dirs=["${LOCALBASE}/lib"],\
 		include_dirs=["${LOCALBASE}/include"]
@@ -35,4 +30,4 @@ post-patch:
 	cd ${WRKSRC} && ${SED} 's!^\(.*ext_mod.*\)\()]\)$$!\1${SETUPINFO}\2!g'\
 		setup.py > setup.py.tmp && ${CAT} setup.py.tmp > setup.py
 
-.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?201309072130.r87LUCl6097742>