Unbreak build on perl 5.00503

Pointed by:	kris
This commit is contained in:
Sergey Skvortsov 2004-01-24 18:56:42 +00:00
parent c1dba55671
commit cfa3b09eb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98979

View file

@ -25,4 +25,7 @@ PERL_CONFIGURE= yes
MAN3= Class::Tangram.3 Class::Tangram::Containers.3 \
Class::Tangram::Generator.3
post-patch:
@${PERL} -pi -e 's/\@/\\@/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>