pkgsrc-WIP-changes archive

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

accelerator3d: pkglint



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jul 24 03:56:27 2016 +0200
Changeset:	e26248bfad17b528925b9acc84ad830a19929dfd

Modified Files:
	accelerator3d/Makefile

Log Message:
accelerator3d: pkglint

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

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

diffstat:
 accelerator3d/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/accelerator3d/Makefile b/accelerator3d/Makefile
index dd0bfe9..43f8980 100644
--- a/accelerator3d/Makefile
+++ b/accelerator3d/Makefile
@@ -18,7 +18,7 @@ DEPENDS+=	${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
 DEPENDS+=	${PYPKGPREFIX}-ode-[0-9]*:../../devel/py-ode
 DEPENDS+=	${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
 
-REPLACE_PYTHON+=	accelerator.py
+REPLACE_PYTHON+=		accelerator.py
 PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-Numeric via py-OpenGL
 
 NO_BUILD=	yes
@@ -29,7 +29,7 @@ SUBST_CLASSES+=		prefix
 SUBST_FILES.prefix=	accelerator.py
 SUBST_MESSAGE.prefix=	Fixing PREFIX path.
 SUBST_SED.prefix=	-e "s|'snd'|'${PREFIX}/share/${PKGBASE}'|"
-SUBST_SED.prefix=	-e "s|'gfx'|'${PREFIX}/share/${PKGBASE}'|"
+SUBST_SED.prefix+=	-e "s|'gfx'|'${PREFIX}/share/${PKGBASE}'|"
 SUBST_STAGE.prefix=	pre-install
 
 INSTALLATION_DIRS+=	bin share/${PKGBASE}


Home | Main Index | Thread Index | Old Index