aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-29 16:16:11 +0800
committermiwi <miwi@FreeBSD.org>2013-05-29 16:16:11 +0800
commit1337459075f8e38f68708c3c055cd36b2ce15d15 (patch)
tree9df5717ef2cf76cff1ae3b9dd0f0f8a440728434 /devel
parent274d2e0fcb2144b49fbc5262c95eaa5f4158bc87 (diff)
downloadfreebsd-ports-gnome-1337459075f8e38f68708c3c055cd36b2ce15d15.tar.gz
freebsd-ports-gnome-1337459075f8e38f68708c3c055cd36b2ce15d15.tar.zst
freebsd-ports-gnome-1337459075f8e38f68708c3c055cd36b2ce15d15.zip
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-Date_Holidays_Iceland/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/pear-Date_Holidays_Iceland/Makefile b/devel/pear-Date_Holidays_Iceland/Makefile
index 559bdcc186d9..9bc78d14813a 100644
--- a/devel/pear-Date_Holidays_Iceland/Makefile
+++ b/devel/pear-Date_Holidays_Iceland/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: pear-Date_Holidays_Iceland
-# Date created: 2008-06-04
-# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Date_Holidays_Iceland
PORTVERSION= 0.1.2
@@ -15,9 +10,7 @@ COMMENT= Driver based class to calculate holidays in Iceland
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
-CATEGORY= Date
-FILES= Holidays/Driver/Iceland.php
-TESTS= Date_Holidays_Driver_Iceland_TestSuite.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"