aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-11-20 07:08:44 +0800
committermat <mat@FreeBSD.org>2013-11-20 07:08:44 +0800
commit57524a11df3f0950e857f0ffa06d8a160baa9437 (patch)
treeab8d23ab014eb4477219665648225ccea56d0295 /misc
parent869dfb43fab6a3f2a51d1ab26c1b8cd6cf6e4a7a (diff)
downloadfreebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.gz
freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.zst
freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.zip
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
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\"" \