diff options
author | mat <mat@FreeBSD.org> | 2006-06-22 22:53:06 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-06-22 22:53:06 +0800 |
commit | 022eb7d8d8fc649d1771a1f809210098573c86cd (patch) | |
tree | 3819a7229dd88d657013d28c9357d478f33ad66f /databases | |
parent | cd0e4447f9f5483cfad5234c36490c89bdaea76f (diff) | |
download | freebsd-ports-gnome-022eb7d8d8fc649d1771a1f809210098573c86cd.tar.gz freebsd-ports-gnome-022eb7d8d8fc649d1771a1f809210098573c86cd.tar.zst freebsd-ports-gnome-022eb7d8d8fc649d1771a1f809210098573c86cd.zip |
Fixup the distfile shortage
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Ease/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Ease/Makefile b/databases/p5-DBIx-Ease/Makefile index ef84d893976c..85ca8109b0fa 100644 --- a/databases/p5-DBIx-Ease/Makefile +++ b/databases/p5-DBIx-Ease/Makefile @@ -8,9 +8,10 @@ PORTNAME= DBIx-Ease PORTVERSION= 0.07 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBIx +MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:local/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} +MASTER_SITE_SUBDIR= mat/:local DBIx/:cpan PKGNAMEPREFIX= p5- +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:local,cpan MAINTAINER= mat@FreeBSD.org COMMENT= Less-code DBI interactions for all drivers |