pkgsrc-WIP-changes archive

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

wip/pxz: make Git configuration simpler



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <rillig%NetBSD.org@localhost>
Pushed By:	rillig
Date:		Sun Feb 25 19:16:27 2018 +0000
Changeset:	59b9e1b8521fd1fefa3a4fb9663d693ad5941c99

Modified Files:
	pxz/Makefile

Log Message:
wip/pxz: make Git configuration simpler

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

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

diffstat:
 pxz/Makefile | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diffs:
diff --git a/pxz/Makefile b/pxz/Makefile
index e84e1916b7..a8d1dece58 100644
--- a/pxz/Makefile
+++ b/pxz/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	pxz-4.999.9b4
 CATEGORIES=	archivers
+GIT_REPO=	https://github.com/jnovy/pxz.git
 
 MAINTAINER=	ishit%users.sourceforge.net@localhost
 HOMEPAGE=	http://jnovy.fedorapeople.org/pxz/
@@ -10,15 +11,8 @@ LICENSE=	gnu-gpl-v2
 
 DEPENDS+=	xz>=5:../../archivers/xz
 
-GIT_REPOSITORIES=		master
-GIT_REPO.master=		https://github.com/jnovy/pxz.git
-GIT_MODULE.master=		pxz
-_GIT_FLAGS?=			--depth 1
-#PKGSRC_SETENV=			GIT_SSL_NO_VERIFY=true
-
-INSTALLATION_DIRS=		bin ${PKGMANDIR}/man1
-
-WRKSRC=	${WRKDIR}/pxz
+_GIT_FLAGS?=	--depth 1
+AUTO_MKDIRS=	yes
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pxz ${DESTDIR}${PREFIX}/bin


Home | Main Index | Thread Index | Old Index