diff options
author | mat <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
commit | bc12b6beb26907f267f34c1f8598d120cabecbae (patch) | |
tree | e83ee6693050a76e305a95a376451aa583df151e /math/spar/Makefile | |
parent | 5616a93eb39854a280bacec86824bbec7824d5b3 (diff) | |
download | FreeBSD-ports-bc12b6beb26907f267f34c1f8598d120cabecbae.zip FreeBSD-ports-bc12b6beb26907f267f34c1f8598d120cabecbae.tar.gz |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'math/spar/Makefile')
-rw-r--r-- | math/spar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/spar/Makefile b/math/spar/Makefile index 85fa785..8045415 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/Spar/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Modular math parser -USES= libtool ncurses readline +USES= dos2unix libtool ncurses readline +DOS2UNIX_FILES= lib/randist/rand.c GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_LDCONFIG= yes |