pkgsrc-WIP-changes archive

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

sdlpop: Make PKGNAME lowercase, and consistent with the data directory



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Thu May 12 22:39:20 2016 +0200
Changeset:	b06e4b468a14ad79cde74d1da118aa76062e70c0

Modified Files:
	sdlpop/Makefile

Log Message:
sdlpop: Make PKGNAME lowercase, and consistent with the data directory

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

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

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

diffs:
diff --git a/sdlpop/Makefile b/sdlpop/Makefile
index 4eb9a56..025f456 100644
--- a/sdlpop/Makefile
+++ b/sdlpop/Makefile
@@ -2,7 +2,7 @@
 
 GITHUB_PROJECT=	SDLPoP
 DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}-1.16
+PKGNAME=	sdlpop-1.16
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=NagyD/}
 DIST_SUBDIR=	${GITHUB_PROJECT}


Home | Main Index | Thread Index | Old Index