pkgsrc-WIP-changes archive

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

navit: Simplify NAME handling



Module Name:	pkgsrc-wip
Committed By:	FeZ <fekete.zoltan%minux.hu@localhost>
Pushed By:	fez
Date:		Mon May 28 13:04:48 2018 +0000
Changeset:	b56b73f117739fc56cabf56b5b70751828009139

Modified Files:
	navit/Makefile

Log Message:
navit: Simplify NAME handling

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

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

diffstat:
 navit/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/navit/Makefile b/navit/Makefile
index 0809b31a5b..fd9300476c 100644
--- a/navit/Makefile
+++ b/navit/Makefile
@@ -1,10 +1,8 @@
 # $NetBSD$
 
-
 DISTNAME=	navit-0.5.1
 CATEGORIES=	geography
 MASTER_SITES=	${MASTER_SITE_GITHUB:=navit-gps/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	fekete.zoltan%minux.hu@localhost
@@ -15,7 +13,7 @@ LICENSE=	gnu-gpl-v2
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
-USE_TOOLS+=		cmake pkg-config
+USE_TOOLS+=	cmake pkg-config
 
 CMAKE_ARGS+=    -DLIB_DIR=${PREFIX}/lib/navit
 CMAKE_ARGS+=    -DMAN_DIR=${PREFIX}/${PKGMANDIR}


Home | Main Index | Thread Index | Old Index