aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-11-19 23:08:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-11-19 23:08:44 +0000
commit02e619a5d80d666372fdf370624b2d6c016de0d5 (patch)
treeab8d23ab014eb4477219665648225ccea56d0295 /misc
parentf153879e96a329b43f46107b542848d2be0769c1 (diff)
downloadports-02e619a5d80d666372fdf370624b2d6c016de0d5.tar.gz
ports-02e619a5d80d666372fdf370624b2d6c016de0d5.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/projectionlib/Makefile3
-rw-r--r--misc/tkman/Makefile3
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/projectionlib/Makefile b/misc/projectionlib/Makefile
index 84ae9acc3596..a8f599f4df31 100644
--- a/misc/projectionlib/Makefile
+++ b/misc/projectionlib/Makefile
@@ -14,8 +14,9 @@ LIB_DEPENDS= gctpc.1:${PORTSDIR}/misc/gctpc
WRKSRC= ${WRKDIR}/dlgv32/ProjectionLib
+USES= dos2unix
USE_ZIP= yes
-USE_DOS2UNIX= *.cpp *.h
+DOS2UNIX_GLOB= *.cpp *.h
USE_LDCONFIG= yes
MAKEFILE= ${FILESDIR}/Makefile
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile
index 4a81bff847b9..31a0bbe6141a 100644
--- a/misc/tkman/Makefile
+++ b/misc/tkman/Makefile
@@ -13,8 +13,7 @@ COMMENT= Tcl/Tk based manual browser
RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \
rman:${PORTSDIR}/textproc/rman
-USES+= gmake tk
-USE_DOS2UNIX= yes
+USES+= gmake tk dos2unix
MAKE_ARGS= WISH="${WISH}" \
texinfodir="${PREFIX}/${INFO_PATH}" \
gzgrep="\"/usr/bin/zgrep -E\"" \