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-XML-DBMS | |
parent | 519dacca72eb1640b13f1a75f4c2f331c9cd49f6 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-DBMS')
-rw-r--r-- | textproc/p5-XML-DBMS/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/p5-XML-DBMS/Makefile b/textproc/p5-XML-DBMS/Makefile index 3bfc66c8698e..4e3f419d2eeb 100644 --- a/textproc/p5-XML-DBMS/Makefile +++ b/textproc/p5-XML-DBMS/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::DBMS -# Date created: 18 Dec 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= XML-DBMS PORTVERSION= 1.03 @@ -24,10 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} PERL_CONFIGURE= yes - -post-extract: - @${FIND} ${WRKSRC} -type f | \ - ${XARGS} ${PERL} -pi -e 's/\x0D(?=\x0A)//g' +USE_DOS2UNIX= yes post-install: .ifndef(NOPORTDOCS) |