diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-15 09:39:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-15 09:39:59 +0000 |
commit | 75260a062ec6fc841315ca9ef07686319901483c (patch) | |
tree | d625085b96d65274e2869fed64f202017691df51 /www/interchange | |
parent | 32207c949328de6763e5e6bbcd7093e21dc009ec (diff) |
- Fix plist with perl 5.8.9
Notes
Notes:
svn path=/head/; revision=226156
Diffstat (limited to 'www/interchange')
-rw-r--r-- | www/interchange/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile index 3426b26b38d4..5b7b5623e5f7 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -7,6 +7,7 @@ PORTNAME= interchange PORTVERSION= 5.6.1 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= http://ftp.icdevgroup.org/interchange/5.6/tar/ @@ -56,6 +57,7 @@ MAN1= compile_link.1 \ update.1 MAN3= Vend::Accounting::SQL_Ledger.3 \ + Vend::Cart.3 \ Vend::CounterFile.3 \ Vend::Form.3 \ Vend::Interpolate.3 \ |