diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 09:24:47 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 09:24:47 +0000 |
commit | 7dcd1a763487d49074d59f3a31bd151284134ebd (patch) | |
tree | 61b71e9b35b9bf982a153ac7b8823feeb60e1418 /www/autoindex2 | |
parent | 276ff68a9b6f7cd49885d853491ee45448f0119b (diff) | |
download | FreeBSD-ports-7dcd1a763487d49074d59f3a31bd151284134ebd.zip FreeBSD-ports-7dcd1a763487d49074d59f3a31bd151284134ebd.tar.gz |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'www/autoindex2')
-rw-r--r-- | www/autoindex2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/autoindex2/Makefile b/www/autoindex2/Makefile index 6dd9301..9e08675 100644 --- a/www/autoindex2/Makefile +++ b/www/autoindex2/Makefile @@ -11,7 +11,7 @@ COMMENT= PHP 5.x script that makes a table that lists the files in a directory WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_DOS2UNIX= yes +USES= dos2unix USE_PHP= session DEFAULT_PHP_VER= 5 CONFLICTS= AutoIndex-1* |