diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-02-29 02:41:49 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-02-29 02:41:49 +0000 |
commit | 35a87c40d18ced1b6e442585347e100bf6f90927 (patch) | |
tree | d775459304e8d6cd7c7a3d062355faccbfd351af /astro | |
parent | 00bf9eabd68ae0d1f8f5764f5454248c3058ce81 (diff) | |
download | ports-35a87c40d18ced1b6e442585347e100bf6f90927.tar.gz ports-35a87c40d18ced1b6e442585347e100bf6f90927.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpstk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile index fd0f6880926c..152d189929ca 100644 --- a/astro/gpstk/Makefile +++ b/astro/gpstk/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON_RUN= yes USE_LDCONFIG= yes USE_DOS2UNIX= yes +DOS2UNIX_REGEX= ${WRKSRC}/Jamrules JAM= jam JAM_ENV= PREFIX="${PREFIX}" \ |