svn commit: r542955 - head/archivers/arj

Renato Botelho garga at FreeBSD.org
Thu Jul 23 19:23:58 UTC 2020


Author: garga
Date: Thu Jul 23 19:23:58 2020
New Revision: 542955
URL: https://svnweb.freebsd.org/changeset/ports/542955

Log:
  Pet portlint: Declare USES early

Modified:
  head/archivers/arj/Makefile

Modified: head/archivers/arj/Makefile
==============================================================================
--- head/archivers/arj/Makefile	Thu Jul 23 19:11:06 2020	(r542954)
+++ head/archivers/arj/Makefile	Thu Jul 23 19:23:58 2020	(r542955)
@@ -25,13 +25,14 @@ IGNORE_PATCHES=	002_no_remove_static_const.patch  \
 		hurd_no_fcntl_getlk.patch \
 		reproducible_help_archive.patch
 
+USES=		alias autoreconf gmake
+
 EXTRA_PATCHES=	${WRKDIR}/debian/patches/*.patch
 PATCH_STRIP=	-p1
 
 PORTSCOUT=	skipv:3.10g
 
 GNU_CONFIGURE=	yes
-USES=		alias autoreconf gmake
 AUTORECONF_WRKSRC=	${WRKSRC}/gnu
 CONFIGURE_WRKSRC=	${WRKSRC}/gnu
 MAKEFILE=	GNUmakefile


More information about the svn-ports-all mailing list