diff options
author | osa <osa@FreeBSD.org> | 2010-06-19 03:21:31 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-06-19 03:21:31 +0800 |
commit | 55d223cd33a21fd7fb464f306765146625fa9971 (patch) | |
tree | 9cba4cdd30137aef4cdaa5ba070e9c21a7d6fa82 /www | |
parent | a577d7f7d851f39334df8a5049616489ab0c149f (diff) | |
download | freebsd-ports-gnome-55d223cd33a21fd7fb464f306765146625fa9971.tar.gz freebsd-ports-gnome-55d223cd33a21fd7fb464f306765146625fa9971.tar.zst freebsd-ports-gnome-55d223cd33a21fd7fb464f306765146625fa9971.zip |
Fix unknown error.
Remove broken MASTER_SITE and blank lines.
Make portlint(1) more happy.
Feature safe: yes
Spotted by: itetcu
Diffstat (limited to 'www')
-rw-r--r-- | www/template_/Makefile | 4 | ||||
-rw-r--r-- | www/template_/pkg-message | 1 | ||||
-rw-r--r-- | www/template_/pkg-plist | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/www/template_/Makefile b/www/template_/Makefile index db53c03c7f8a..b6b86fe227f4 100644 --- a/www/template_/Makefile +++ b/www/template_/Makefile @@ -8,14 +8,14 @@ PORTNAME= template_ PORTVERSION= 2.2.3 CATEGORIES= www -MASTER_SITES= http://pmy.lv/mirror/Template_/ \ - http://www.xtac.net/download/?file= +MASTER_SITES= http://www.xtac.net/download/?file= DISTNAME= Template_.2.2.3 MAINTAINER= munggo@pmy.lv COMMENT= High performance PHP compiling template engine WRKSRC= ${WRKDIR} +FETCH_ARGS+= -o ${DISTNAME}.tar.gz USE_PHP= yes WANT_PHP_WEB= yes diff --git a/www/template_/pkg-message b/www/template_/pkg-message index 2e7ed5a09964..46e8a29d107f 100644 --- a/www/template_/pkg-message +++ b/www/template_/pkg-message @@ -6,4 +6,3 @@ your ${LOCALBASE}/etc/php.ini configuration file, like: include_path = ".:${PREFIX}/share/template_" **************************************************************** - diff --git a/www/template_/pkg-plist b/www/template_/pkg-plist index c11df9c5f620..d8f0708e5868 100644 --- a/www/template_/pkg-plist +++ b/www/template_/pkg-plist @@ -9,4 +9,3 @@ %%DATADIR%%/Template_.compiler.php @dirrm %%DATADIR%%/tpl_plugin @dirrm %%DATADIR%% - |