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 /chinese | |
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 'chinese')
-rw-r--r-- | chinese/phpbb-tw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/phpbb-tw/Makefile b/chinese/phpbb-tw/Makefile index 30c5ba3591c0..1181bb9b00b7 100644 --- a/chinese/phpbb-tw/Makefile +++ b/chinese/phpbb-tw/Makefile @@ -15,7 +15,7 @@ COMMENT= The Traditional Chinese version of phpBB RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear CONFLICTS= phpbb-[0-9]* -USE_DOS2UNIX= yes +USES= dos2unix # Get HOSTNAME .if exists(/sbin/sysctl) |