pkgsrc-WIP-changes archive

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

armagetronad*: Fix paths



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jul 24 15:49:54 2016 +0200
Changeset:	085a373db4e99bbd95bb464bb5f195d5cf21a4fc

Modified Files:
	armagetronad-server/Makefile
	armagetronad/Makefile.common

Log Message:
armagetronad*: Fix paths

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

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

diffstat:
 armagetronad-server/Makefile | 2 +-
 armagetronad/Makefile.common | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/armagetronad-server/Makefile b/armagetronad-server/Makefile
index c462602..5f723a8 100644
--- a/armagetronad-server/Makefile
+++ b/armagetronad-server/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.3 2010/12/26 05:01:21 davesainty Exp $
 #
 
-.include "../../local/armagetronad/Makefile.common"
+.include "../../wip/armagetronad/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/.src//:S/armagetronad/armagetronad-server/}
 COMMENT=	Server for the armagetronad game
diff --git a/armagetronad/Makefile.common b/armagetronad/Makefile.common
index 460ad2d..394e188 100644
--- a/armagetronad/Makefile.common
+++ b/armagetronad/Makefile.common
@@ -13,7 +13,7 @@ HOMEPAGE=	http://www.armagetronad.org/
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/.src//}
 
-DISTINFO_FILE=	${.CURDIR}/../../local/armagetronad/distinfo
+DISTINFO_FILE=	${.CURDIR}/../../wip/armagetronad/distinfo
 
 GNU_CONFIGURE=	yes
 USE_LANGUAGES=	c c++


Home | Main Index | Thread Index | Old Index