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 /www/sahi | |
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 'www/sahi')
-rw-r--r-- | www/sahi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/sahi/Makefile b/www/sahi/Makefile index f27b01709899..0abee1d8eefa 100644 --- a/www/sahi/Makefile +++ b/www/sahi/Makefile @@ -59,7 +59,8 @@ REINPLACE_ARGS= -i '' -E \ SUB_FILES= ${PORTNAME}.sh SUB_LIST= BROWSER=${BROWSER} JAVA_HOME=${JAVA_HOME} -USE_DOS2UNIX= linux.xml os.properties sahi.properties +USES= dos2unix +DOS2UNIX_FILES= linux.xml os.properties sahi.properties post-patch: @${FIND} ${WRKSRC} -type f \( -name "*.orig" -or -name "*.bat" \) -delete |