diff options
| author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-13 02:01:32 +0000 | 
|---|---|---|
| committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-13 02:01:32 +0000 | 
| commit | 30e47c7797fc9aab9ca16ce028586297aaa89225 (patch) | |
| tree | 1359b51ee2716fc38ec1de4d34cb1ce1fe6af652 | |
| parent | - Builds on amd64 (diff) | |
- Add a forgotten man page and fix deinstall
- bump PORTREVISION
Pointed by:	pointyhat via krismail
Pointyhat to:	maintainer
PR:		ports/104309
Submitted by:	maintainer (Geraud CONTINSOUZAS)
Approved by:	portmgr (erwin)
Notes
Notes:
    svn path=/head/; revision=175242
| -rw-r--r-- | devel/p5-Object-InsideOut/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index c9532fc8bb6c..2f59765bb935 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -7,6 +7,7 @@  PORTNAME=	Object-InsideOut  PORTVERSION=	2.05 +PORTREVISION=	1  CATEGORIES=	devel perl5  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}  MASTER_SITE_SUBDIR=	Object @@ -21,7 +22,7 @@ BUILD_DEPENDS=	${RUN_DEPENDS}  PERL_CONFIGURE=	yes -MAN3=	Object::InsideOut.3 +MAN3=	Object::InsideOut.3 Object::InsideOut::Metadata.3  .include <bsd.port.pre.mk> | 
