diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-13 14:45:08 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-13 14:45:08 +0000 |
commit | 98d7950e05980253d33259a6aafcd5e3b6547fdb (patch) | |
tree | 1cbd7ce2d9411420b33e9f045481bd24f68ef920 /devel/p5-Class-Contract | |
parent | a959d36850b787f6723176962c2985587b2936cb (diff) | |
download | FreeBSD-ports-98d7950e05980253d33259a6aafcd5e3b6547fdb.zip FreeBSD-ports-98d7950e05980253d33259a6aafcd5e3b6547fdb.tar.gz |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'devel/p5-Class-Contract')
-rw-r--r-- | devel/p5-Class-Contract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Class-Contract/Makefile b/devel/p5-Class-Contract/Makefile index 5580bd7..d0e0544 100644 --- a/devel/p5-Class-Contract/Makefile +++ b/devel/p5-Class-Contract/Makefile @@ -22,7 +22,7 @@ MAN3= Class::Contract.3 Class::Contract::Production.3 post-patch: @${FIND} ${WRKSRC} -type f -name "*.p[lm]" | \ - xargs ${PERL} -pi -e 's/\x0d//g;' + ${XARGS} ${PERL} -pi -e 's/\x0d//g;' pre-configure: ${MKDIR} ${WRKSRC}/examples |