diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-03 23:38:39 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-03 23:38:39 +0800 |
commit | c28018350de41fbb0ad766064ad8fdb8084d12b9 (patch) | |
tree | 47a020685b13de58a7067bd1de773e5b21ed3c24 /finance/p5-Business-OnlinePayment-iAuthorizer | |
parent | 92333e0bd6df2bfa217a7bdf5ee7fc8b185b3ca5 (diff) | |
download | freebsd-ports-gnome-c28018350de41fbb0ad766064ad8fdb8084d12b9.tar.gz freebsd-ports-gnome-c28018350de41fbb0ad766064ad8fdb8084d12b9.tar.zst freebsd-ports-gnome-c28018350de41fbb0ad766064ad8fdb8084d12b9.zip |
Support STAGEDIR.
Diffstat (limited to 'finance/p5-Business-OnlinePayment-iAuthorizer')
-rw-r--r-- | finance/p5-Business-OnlinePayment-iAuthorizer/Makefile | 3 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile index 7dbea626034b..d81f98265b4f 100644 --- a/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile +++ b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile @@ -19,7 +19,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= perl5 USE_PERL5= configure -MAN3= Business::OnlinePayment::iAuthorizer.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist b/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist index faf99d582656..9570f0370a76 100644 --- a/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist +++ b/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist @@ -1,9 +1,12 @@ +%%PERL5_MAN3%%/Business::OnlinePayment::iAuthorizer.3.gz %%SITE_PERL%%/Business/OnlinePayment/certification.pl %%SITE_PERL%%/Business/OnlinePayment/iAuthorizer.pm %%SITE_PERL%%/auto/Business/OnlinePayment/iAuthorizer/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/iAuthorizer/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/iAuthorizer -@dirrm %%SITE_PERL%%/auto/Business/OnlinePayment/iAuthorizer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/iAuthorizer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business +@dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment/iAuthorizer @dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/auto/Business @dirrmtry %%SITE_PERL%%/Business/OnlinePayment |