diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 16:44:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 16:44:34 +0800 |
commit | f3d3f87b9655091c71bdeb108c5cd27678f704c1 (patch) | |
tree | 895a08167365c2b2a5b2fc16ab943f11deef341b /math | |
parent | 285697789227d9051b6567135681c00a5de35fca (diff) | |
download | freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.tar.gz freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.tar.zst freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.zip |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-SuppDists/Makefile | 3 | ||||
-rw-r--r-- | math/dieharder/Makefile | 4 | ||||
-rw-r--r-- | math/octave-forge-ad/Makefile | 2 | ||||
-rw-r--r-- | math/octave-forge-fl-core/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Statistics-Lite/Makefile | 3 |
5 files changed, 7 insertions, 7 deletions
diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile index c65e8bce9d1f..b0bfe861ee79 100644 --- a/math/R-cran-SuppDists/Makefile +++ b/math/R-cran-SuppDists/Makefile @@ -22,7 +22,8 @@ USES= cran:auto-plist WRKSRC = ${WRKDIR}/${PORTNAME} .if defined(MAINTAINER_MODE) -USE_DOS2UNIX= ../${BENCHMARK_SCRIPT} +USES+= dos2unix +DOS2UNIX_FILES= ../${BENCHMARK_SCRIPT} post-extract: @${CP} ${_DISTDIR}/${BENCHMARK_SCRIPT} ${WRKDIR} diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index d6cd7b8624c3..70bedf6dc073 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -13,11 +13,11 @@ COMMENT= A random number generator testsuite LICENSE= GPLv2 -LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl MAKE_JOBS_UNSAFE= yes -USE_DOS2UNIX= yes +USES= dos2unix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/math/octave-forge-ad/Makefile b/math/octave-forge-ad/Makefile index 575173786419..f9cc2606bd46 100644 --- a/math/octave-forge-ad/Makefile +++ b/math/octave-forge-ad/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} -USE_DOS2UNIX= yes +USES= dos2unix .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-fl-core/Makefile b/math/octave-forge-fl-core/Makefile index b5dc03625842..18bdbd70eefe 100644 --- a/math/octave-forge-fl-core/Makefile +++ b/math/octave-forge-fl-core/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv3 OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -USE_DOS2UNIX= yes +USES= dos2unix .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/p5-Statistics-Lite/Makefile b/math/p5-Statistics-Lite/Makefile index 45cee0073632..da5409b48bc1 100644 --- a/math/p5-Statistics-Lite/Makefile +++ b/math/p5-Statistics-Lite/Makefile @@ -10,8 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= osa@FreeBSD.org COMMENT= The lightweight and functional object-oriented statistics -USES= perl5 +USES= dos2unix perl5 USE_PERL5= configure -USE_DOS2UNIX= yes .include <bsd.port.mk> |