diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-12-26 11:34:07 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-12-26 11:34:07 +0000 |
commit | 47cea381a56cfd81c22783395374de9b1abea4d0 (patch) | |
tree | cbdb994e95d8c4d4a801a3d328f93c3c150c615b | |
parent | 6d3288ccf44a82f046a681de2fb04b6cfd26c3c8 (diff) | |
download | ports-47cea381a56cfd81c22783395374de9b1abea4d0.tar.gz ports-47cea381a56cfd81c22783395374de9b1abea4d0.zip |
Removed patch residue
reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=125216
-rw-r--r-- | devel/p5-Filesys-Virtual/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Filesys-Virtual/Makefile b/devel/p5-Filesys-Virtual/Makefile index 36b8687b887d..6525add36f8c 100644 --- a/devel/p5-Filesys-Virtual/Makefile +++ b/devel/p5-Filesys-Virtual/Makefile @@ -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> |