git: 1628143cd83e - main - audio/libgme: Define correct variable for USES= dos2unix

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 24 Jun 2023 22:36:37 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1628143cd83e44bd419157d19488ef17882a25c6

commit 1628143cd83e44bd419157d19488ef17882a25c6
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-06-24 22:35:28 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-06-24 22:35:32 +0000

    audio/libgme: Define correct variable for USES= dos2unix
    
    A cut an paste error on my end, SHEBANG_FILES should say
    DOS2UNIX_FILES instead
---
 audio/libgme/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile
index 18f16a82f0f5..768cfe8ed631 100644
--- a/audio/libgme/Makefile
+++ b/audio/libgme/Makefile
@@ -13,7 +13,7 @@ LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/license.txt
 
 USES=		cmake compiler:c++11-lang dos2unix tar:xz
-SHEBANG_FILES=	${PORTDOCS}
+DOS2UNIX_FILES=	${PORTDOCS}
 USE_LDCONFIG=	yes
 
 PORTDOCS=	changes.txt design.txt gme.txt readme.txt