diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-13 17:51:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-13 17:51:39 +0800 |
commit | 093212237d8c2c4db0b20d84fd806cb207e685b2 (patch) | |
tree | 114e6ef3ccb0f00db824d05d2effdf66cfc7499b | |
parent | 0cd2581352909a9f6108eb0223c2baef3aa3f01a (diff) | |
download | freebsd-ports-gnome-093212237d8c2c4db0b20d84fd806cb207e685b2.tar.gz freebsd-ports-gnome-093212237d8c2c4db0b20d84fd806cb207e685b2.tar.zst freebsd-ports-gnome-093212237d8c2c4db0b20d84fd806cb207e685b2.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
-rw-r--r-- | devel/pear-Structures_DataGrid_Renderer_XUL/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile b/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile index 6280298b2ce0..9efbf605b45c 100644 --- a/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile +++ b/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Structures_DataGrid_Renderer_XUL -# Date created: 26 Jun 2008 -# Whom: Nick Hilliard <nick@foobar.org> -# +# Created by: Nick Hilliard <nick@foobar.org> # $FreeBSD$ -# PORTNAME= Structures_DataGrid_Renderer_XUL PORTVERSION= 0.1.3 @@ -16,8 +12,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util -CATEGORY= Structures -FILES= DataGrid/Renderer/XUL.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |