diff options
author | erwin <erwin@FreeBSD.org> | 2007-04-21 18:48:38 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-04-21 18:48:38 +0800 |
commit | 0785f2dce98e331164759fbbb21d2e518d3e45da (patch) | |
tree | 7469fc4598247741ebcfbdaf0432db9bdc62b9c4 /finance | |
parent | 5f9078a42fd973e569a2adfea4e637e17115e435 (diff) | |
download | freebsd-ports-gnome-0785f2dce98e331164759fbbb21d2e518d3e45da.tar.gz freebsd-ports-gnome-0785f2dce98e331164759fbbb21d2e518d3e45da.tar.zst freebsd-ports-gnome-0785f2dce98e331164759fbbb21d2e518d3e45da.zip |
Fix plist
Noticed by: pointyhat (kris)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-PaymentsGateway/pkg-plist | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile b/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile index c5e9ba4f7a1b..8ae1d1adf948 100644 --- a/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile +++ b/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-PaymentsGateway PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business diff --git a/finance/p5-Business-OnlinePayment-PaymentsGateway/pkg-plist b/finance/p5-Business-OnlinePayment-PaymentsGateway/pkg-plist index 1a8b3bd6ae06..01c61c029be7 100644 --- a/finance/p5-Business-OnlinePayment-PaymentsGateway/pkg-plist +++ b/finance/p5-Business-OnlinePayment-PaymentsGateway/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Business/OnlinePayment/PaymentsGateway.pm -%%SITE_PERL%%/auto/Business/OnlinePayment/PaymentsGateway/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PaymentsGateway/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PaymentsGateway -@dirrm %%SITE_PERL%%/auto/Business/OnlinePayment/PaymentsGateway +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/OnlinePayment +@dirrmtry %%SITE_PERL%%/Business |