diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 12:25:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 12:25:46 +0000 |
commit | ab098bfa3d001f187e0db9889ddee496074b6b8f (patch) | |
tree | b435d6f78aad5f535f16b879583ccc2c1f8aa552 /textproc/p5-UML-Class-Simple/Makefile | |
parent | 519dacca72eb1640b13f1a75f4c2f331c9cd49f6 (diff) | |
download | ports-ab098bfa3d001f187e0db9889ddee496074b6b8f.tar.gz ports-ab098bfa3d001f187e0db9889ddee496074b6b8f.zip |
Notes
Diffstat (limited to 'textproc/p5-UML-Class-Simple/Makefile')
-rw-r--r-- | textproc/p5-UML-Class-Simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-UML-Class-Simple/Makefile b/textproc/p5-UML-Class-Simple/Makefile index 0facf4b30423..af5f7fe904aa 100644 --- a/textproc/p5-UML-Class-Simple/Makefile +++ b/textproc/p5-UML-Class-Simple/Makefile @@ -26,6 +26,6 @@ MAN1= umlclass.pl.1 MAN3= UML::Class::Simple.3 post-patch: - ${PERL} -pi -e '$$_="" if /auto_install/' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -i '' '/auto_install/d' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |