diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 14:55:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 14:55:07 +0800 |
commit | 58fd306132807ea61fa3a55874b349555f47f9aa (patch) | |
tree | 2266451e8dedf72ded023f5ab6e33cb91292aa8a /deskutils | |
parent | 099d99786c055f7007a59b62fc248df1aef5018c (diff) | |
download | freebsd-ports-gnome-58fd306132807ea61fa3a55874b349555f47f9aa.tar.gz freebsd-ports-gnome-58fd306132807ea61fa3a55874b349555f47f9aa.tar.zst freebsd-ports-gnome-58fd306132807ea61fa3a55874b349555f47f9aa.zip |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/myitcrm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/myitcrm/Makefile b/deskutils/myitcrm/Makefile index 6b820ed6d997..b92f22a605bb 100644 --- a/deskutils/myitcrm/Makefile +++ b/deskutils/myitcrm/Makefile @@ -13,7 +13,7 @@ COMMENT= MyIT CRM is a CRM project designed for Computer Servicing and Repairs LICENSE= GPLv3 -USES= zip +USES= dos2unix zip USE_PHP= mysql session xml NO_BUILD= yes WRKSRC= ${WRKDIR}/MyITCRM-${PORTVERSION} @@ -24,7 +24,6 @@ PATCH_STRIP= -p1 WRITEABLE= conf.php.sample log/access.log cache PORTEXAMPLES= htaccess.txt PORTDOCS= changelog.txt README.textile -USE_DOS2UNIX= yes OPTIONS_DEFINE= APACHE PHPMOD LIGHTTPD NGINX DOCS EXAMPLES OPTIONS_DEFAULT= APACHE |