svn commit: r325140 - head/devel/p5-Test-utf8

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 21 14:26:08 UTC 2013


Author: sunpoet
Date: Wed Aug 21 14:26:07 2013
New Revision: 325140
URL: http://svnweb.freebsd.org/changeset/ports/325140

Log:
  - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
  - Cleanup Makefile header

Modified:
  head/devel/p5-Test-utf8/Makefile

Modified: head/devel/p5-Test-utf8/Makefile
==============================================================================
--- head/devel/p5-Test-utf8/Makefile	Wed Aug 21 14:20:14 2013	(r325139)
+++ head/devel/p5-Test-utf8/Makefile	Wed Aug 21 14:26:07 2013	(r325140)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Test-utf8
-# Date created:		2012-07-01
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-utf8
 PORTVERSION=	1.00
@@ -19,5 +15,4 @@ USES=		perl5
 
 MAN3=		Test::utf8.3
 
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list