pkgsrc-WIP-changes archive

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

auto-admin: Move EXTRACT_SUFX to proper section.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Sep 7 16:52:25 2017 +0200
Changeset:	3bd72d92a31287d95fb580932b29f541dbd2d1d9

Modified Files:
	auto-admin/Makefile

Log Message:
auto-admin: Move EXTRACT_SUFX to proper section.

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

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

diffstat:
 auto-admin/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/auto-admin/Makefile b/auto-admin/Makefile
index bdd16ef9a4..3ba62eebfa 100644
--- a/auto-admin/Makefile
+++ b/auto-admin/Makefile
@@ -1,15 +1,14 @@
 # $NetBSD$
-#
 
 DISTNAME=	auto-admin-0.4.0
 CATEGORIES=	pkgtools
 MASTER_SITES=	http://acadix.biz/Ports/distfiles/
+EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	bacon4000%gmail.com@localhost
 HOMEPAGE=	http://acadix.biz/Ports/distfiles/
 COMMENT=	Automate common systems administration tasks
 LICENSE=	2-clause-bsd
-EXTRACT_SUFX=	.tar.xz
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index