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 /emulators/mupen64plus-core | |
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 'emulators/mupen64plus-core')
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index ea4a6f5ce676..5219140a912e 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -1,4 +1,5 @@ -USE_DOS2UNIX= *.c *.cpp *.h *.H *.ini *.conf +USES+= dos2unix +DOS2UNIX_GLOB= *.c *.cpp *.h *.H *.ini *.conf DISTNAME= ${PORTNAME}-bundle-src-${PORTVERSION} PATCHDIR= ${.CURDIR}/files |