diff options
author | lth <lth@FreeBSD.org> | 2004-12-26 19:34:07 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-12-26 19:34:07 +0800 |
commit | a55c13539c661b0e5cf3bc636d3f048971aa85e4 (patch) | |
tree | 0eb1fdfbb4b8c07171ad38c9b34159114447e6ef /devel | |
parent | bc5cb679b066870a0e6e09392968009faef2d4e2 (diff) | |
download | freebsd-ports-graphics-a55c13539c661b0e5cf3bc636d3f048971aa85e4.tar.gz freebsd-ports-graphics-a55c13539c661b0e5cf3bc636d3f048971aa85e4.tar.zst freebsd-ports-graphics-a55c13539c661b0e5cf3bc636d3f048971aa85e4.zip |
Removed patch residue
reported by: pointyhat via kris
Diffstat (limited to 'devel')
-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 36b8687b887..6525add36f8 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> |