svn commit: r319311 - head/devel/pear-Date_Holidays_Denmark

Martin Wilke miwi at FreeBSD.org
Tue May 28 14:06:46 UTC 2013


Author: miwi
Date: Tue May 28 14:06:46 2013
New Revision: 319311
URL: http://svnweb.freebsd.org/changeset/ports/319311

Log:
  - Trim header
  - Convert to PEAR_AUTOINSTALL

Deleted:
  head/devel/pear-Date_Holidays_Denmark/pkg-plist
Modified:
  head/devel/pear-Date_Holidays_Denmark/Makefile   (contents, props changed)

Modified: head/devel/pear-Date_Holidays_Denmark/Makefile
==============================================================================
--- head/devel/pear-Date_Holidays_Denmark/Makefile	Tue May 28 14:06:14 2013	(r319310)
+++ head/devel/pear-Date_Holidays_Denmark/Makefile	Tue May 28 14:06:46 2013	(r319311)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	pear-Date_Holidays_Denmark
-# Date created:		2008-06-04
-# Whom:			Thomas Abthorpe <tabthorpe at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Date_Holidays_Denmark
 PORTVERSION=	0.1.3
@@ -13,12 +8,9 @@ MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Driver based class to calculate holidays in Denmark
 
 BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
 
-CATEGORY=	Date
-FILES=		Holidays/Driver/Denmark.php
-
-PLIST_SUB=      PORTVERSION=${PORTVERSION}
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-head mailing list