diff options
author | pav <pav@FreeBSD.org> | 2010-06-03 23:54:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-03 23:54:29 +0800 |
commit | 53f4b372e0b67aa39ec24b0473e3454201de1c92 (patch) | |
tree | fddadccc505dc31b17790691a28204f894c9d8af /misc/projectionlib | |
parent | 37d148ed9c0d6a016f957b09a710ba200db77dae (diff) | |
download | freebsd-ports-graphics-53f4b372e0b67aa39ec24b0473e3454201de1c92.tar.gz freebsd-ports-graphics-53f4b372e0b67aa39ec24b0473e3454201de1c92.tar.zst freebsd-ports-graphics-53f4b372e0b67aa39ec24b0473e3454201de1c92.zip |
- Convert unzip -a to USE_DOS2UNIX
PR: ports/146533
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Diffstat (limited to 'misc/projectionlib')
-rw-r--r-- | misc/projectionlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/projectionlib/Makefile b/misc/projectionlib/Makefile index da34f307400..2919d976e0a 100644 --- a/misc/projectionlib/Makefile +++ b/misc/projectionlib/Makefile @@ -16,11 +16,10 @@ COMMENT= A C++ wrapper for the USGS GCTP projection library LIB_DEPENDS= gctpc.1:${PORTSDIR}/misc/gctpc -EXTRACT_CMD= unzip -a - WRKSRC= ${WRKDIR}/dlgv32/ProjectionLib USE_ZIP= yes +USE_DOS2UNIX= *.cpp *.h USE_LDCONFIG= yes MAKEFILE= ${FILESDIR}/Makefile |