Removed patch residue

reported by:	pointyhat via kris
This commit is contained in:
Lars Thegler 2004-12-26 11:34:07 +00:00
parent 6d3288ccf4
commit 47cea381a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125216

View file

@ -7,7 +7,7 @@
PORTNAME= Filesys-Virtual
PORTVERSION= 0.04
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filesys
@ -23,7 +23,12 @@ MAN3= Filesys::Virtual.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
EXTRA_PATCHES= ${PATCHDIR}/5.005_03-*
EXTRA_PATCHES= ${PATCHDIR}/5.005_03-Virtual.pm \
${PATCHDIR}/5.005_03-Virtual::Plain.pm
post-patch:
@${RM} -f ${WRKSRC}/Virtual.pm.orig \
${WRKSRC}/Virtual/Plain.pm.orig
.endif
.include <bsd.port.post.mk>