pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sfml+: fix canonical order



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Wed May 2 23:50:59 2018 +0900
Changeset:	ad3e10b2754aa5c0c967d4b0ac2bb0ac26771213

Modified Files:
	sfml+/Makefile

Log Message:
sfml+: fix canonical order

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad3e10b2754aa5c0c967d4b0ac2bb0ac26771213

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sfml+/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/sfml+/Makefile b/sfml+/Makefile
index bdfa3666f9..422633231c 100644
--- a/sfml+/Makefile
+++ b/sfml+/Makefile
@@ -4,12 +4,12 @@ DISTNAME=	SFML-2.4.2-sources
 PKGNAME=	sfml+-2.4.2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.sfml-dev.org/files/
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.sfml-dev.org/
 COMMENT=	Free multimedia C++ API
 LICENSE=	zlib
-EXTRACT_SUFX=	.zip
 
 WRKSRC=			${WRKDIR}/SFML-2.4.2
 USE_CMAKE=		yes


Home | Main Index | Thread Index | Old Index