diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 17:24:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 17:24:47 +0800 |
commit | 7dcd1a763487d49074d59f3a31bd151284134ebd (patch) | |
tree | 61b71e9b35b9bf982a153ac7b8823feeb60e1418 /sysutils | |
parent | 276ff68a9b6f7cd49885d853491ee45448f0119b (diff) | |
download | freebsd-ports-gnome-7dcd1a763487d49074d59f3a31bd151284134ebd.tar.gz freebsd-ports-gnome-7dcd1a763487d49074d59f3a31bd151284134ebd.tar.zst freebsd-ports-gnome-7dcd1a763487d49074d59f3a31bd151284134ebd.zip |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ciso/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cronolog/Makefile | 3 | ||||
-rw-r--r-- | sysutils/synergy-devel/Makefile | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/ciso/Makefile b/sysutils/ciso/Makefile index 4aa4d87987d6..7418f8449b67 100644 --- a/sysutils/ciso/Makefile +++ b/sysutils/ciso/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= blttll@gmail.com COMMENT= A tool to compress ISO images to CSO format -USE_DOS2UNIX= yes +USES= dos2unix PLIST_FILES= bin/ciso .include <bsd.port.mk> diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index 5055c2b1e24e..ffeb6b5a9e59 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -32,7 +32,8 @@ MASTER_SITES+= http://cronolog.org/patches/:patches DISTFILES= ${DISTNAME}${EXTRACT_SUFX} cronolog-setugid-patch.txt:patches EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} EXTRA_PATCHES+= ${WRKDIR}/cronolog-setugid-patch.txt -USE_DOS2UNIX= ../cronolog-setugid-patch.txt +USES+= dos2unix +DOS2UNIX_FILES= ../cronolog-setugid-patch.txt post-extract: @${CP} ${DISTDIR}/cronolog-setugid-patch.txt ${WRKDIR}/ diff --git a/sysutils/synergy-devel/Makefile b/sysutils/synergy-devel/Makefile index a7439748582b..1bc738cf1eeb 100644 --- a/sysutils/synergy-devel/Makefile +++ b/sysutils/synergy-devel/Makefile @@ -14,9 +14,8 @@ COMMENT= Mouse and keyboard sharing utility LICENSE= GPLv2 CONFLICTS= synergy-[0-9]* -USES= cmake +USES= cmake dos2unix USE_XORG= ice xtst x11 sm -USE_DOS2UNIX= yes CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include |