diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-11-20 06:24:58 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-11-20 06:24:58 +0800 |
commit | 28781594e3d1270aa58da4e40b23068fa2a62744 (patch) | |
tree | ec31dcb2feac3c953b9f1322a5598cca0eae4c44 | |
parent | 0d12104a57e4eafee3901931afd000e7ef8ea3b7 (diff) | |
download | freebsd-ports-gnome-28781594e3d1270aa58da4e40b23068fa2a62744.tar.gz freebsd-ports-gnome-28781594e3d1270aa58da4e40b23068fa2a62744.tar.zst freebsd-ports-gnome-28781594e3d1270aa58da4e40b23068fa2a62744.zip |
Use dos2unix
-rw-r--r-- | devel/py-olefileio_pl/Makefile | 2 | ||||
-rw-r--r-- | security/regripper/Makefile | 3 | ||||
-rw-r--r-- | security/regripperplugins/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-olefileio_pl/Makefile b/devel/py-olefileio_pl/Makefile index ebf251707fcb..3d073deb2902 100644 --- a/devel/py-olefileio_pl/Makefile +++ b/devel/py-olefileio_pl/Makefile @@ -14,7 +14,7 @@ COMMENT= Python module to read MS OLE2 files LICENSE= MIT -USE_DOS2UNIX= yes +USES= dos2unix USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=OleFileIO_PL diff --git a/security/regripper/Makefile b/security/regripper/Makefile index 816336551a47..ebc85c564227 100644 --- a/security/regripper/Makefile +++ b/security/regripper/Makefile @@ -16,9 +16,8 @@ LICENSE= GPLv3 RUN_DEPENDS= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry NO_WRKSUBDIR= yes -USE_DOS2UNIX= yes NO_BUILD= yes -USES= perl5 +USES= dos2unix perl5 USE_PERL5= run PLIST_FILES= bin/rip.pl diff --git a/security/regripperplugins/Makefile b/security/regripperplugins/Makefile index 9cfda8ceab0f..0a46389ba85a 100644 --- a/security/regripperplugins/Makefile +++ b/security/regripperplugins/Makefile @@ -17,8 +17,8 @@ LICENSE= GPLv3 RUN_DEPENDS= regripper>=0:${PORTSDIR}/security/regripper NO_WRKSUBDIR= yes -USE_DOS2UNIX= yes NO_BUILD= yes +USES= dos2unix PORTDATA= *.pl all ntuser sam security software system usrclass |