diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:18:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:18:38 +0000 |
commit | 1c7169ab74dcbb512e836e6882d91239ff49ddee (patch) | |
tree | 0789094361b60471bc0965dc3c2ddef9a1c96446 /finance/p5-Business-OnlinePayment-AuthorizeNet | |
parent | 77d32abc6bdecb84ebc2838bdda3dec97fd8c650 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: finance)
Notes
Notes:
svn path=/head/; revision=327727
Diffstat (limited to 'finance/p5-Business-OnlinePayment-AuthorizeNet')
-rw-r--r-- | finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile b/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile index e1e10bb629d2..96901226769a 100644 --- a/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile +++ b/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile @@ -25,4 +25,5 @@ MAN3= Business::OnlinePayment::AuthorizeNet.3 \ Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes.3 \ Business::OnlinePayment::AuthorizeNet::ARB.3 +NO_STAGE= yes .include <bsd.port.mk> |