pkgsrc-WIP-changes archive

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

wal2json: Silence pkglint warning



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Wed Oct 14 13:12:34 2020 +0000
Changeset:	c654d474db5772ff5baddf3d5d18e37e28f44bee

Modified Files:
	postgresql-wal2json/Makefile

Log Message:
wal2json: Silence pkglint warning

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

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

diffstat:
 postgresql-wal2json/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/postgresql-wal2json/Makefile b/postgresql-wal2json/Makefile
index 839f75064a..17db753612 100644
--- a/postgresql-wal2json/Makefile
+++ b/postgresql-wal2json/Makefile
@@ -7,7 +7,6 @@ DISTNAME=	${GITHUB_PROJECT}_${PKGVERSION:C/\./_/}
 PKGNAME=	postgresql${PGSQL_VERSION}-${GITHUB_PROJECT}-${PKGVERSION}
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GITHUB:=eulerto/}
-EXTRACT_SUFX=	.tar.gz
 
 MAINTAINER=	otis%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/eulerto/wal2json
@@ -18,7 +17,5 @@ DEPENDS+=	postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL
 
 USE_TOOLS+=	gmake
 
-.include "../../mk/bsd.prefs.mk"
-
 .include "../../mk/pgsql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index