diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-04-21 10:48:38 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-04-21 10:48:38 +0000 |
commit | e92eb1806eb8dedc28af5d703086d5faa477bb5d (patch) | |
tree | fd84a0261767bb3418fd662d6a0b0955c013ebb6 /finance/p5-Business-OnlinePayment-PaymentsGateway | |
parent | 455b3d2181e227cdf2d20151caaf279ddadccdb8 (diff) | |
download | ports-e92eb1806eb8dedc28af5d703086d5faa477bb5d.tar.gz ports-e92eb1806eb8dedc28af5d703086d5faa477bb5d.zip |
Fix plist
Noticed by: pointyhat (kris)
Notes
Notes:
svn path=/head/; revision=190532
Diffstat (limited to 'finance/p5-Business-OnlinePayment-PaymentsGateway')
-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 |