diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-16 09:44:15 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-16 09:44:15 +0000 |
commit | d5de11117bfb2221919d9cbe1ea9468c92a46933 (patch) | |
tree | c499e3975ea1f8b25215d805d47459ddddbd3a8d | |
parent | c78609e81f17256acd687c6902dde34935f3b45e (diff) | |
download | FreeBSD-ports-d5de11117bfb2221919d9cbe1ea9468c92a46933.zip FreeBSD-ports-d5de11117bfb2221919d9cbe1ea9468c92a46933.tar.gz |
- Fix plist
- Trim header
Reported by: poudriere exp-run
-rw-r--r-- | databases/p5-DBIx-Tree/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/pkg-plist | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Tree/Makefile b/databases/p5-DBIx-Tree/Makefile index 9eff2f3..e9f3322 100644 --- a/databases/p5-DBIx-Tree/Makefile +++ b/databases/p5-DBIx-Tree/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-DBIx-Tree -# Date created: January 29th 2003 -# Whom: Philip M. Gollucci <philip@p6m7g8.com> -# +# Created by: Philip M. Gollucci <philip@p6m7g8.com> # $FreeBSD$ -# PORTNAME= DBIx-Tree PORTVERSION= 1.96 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/databases/p5-DBIx-Tree/pkg-plist b/databases/p5-DBIx-Tree/pkg-plist index 4b32060..c73da82 100644 --- a/databases/p5-DBIx-Tree/pkg-plist +++ b/databases/p5-DBIx-Tree/pkg-plist @@ -2,5 +2,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx -@dirrmtry %%SITE_PERL%%/auto/DBIx @dirrmtry %%SITE_PERL%%/DBIx |