svn commit: r417776 - head/archivers/gtar

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 29 15:27:32 UTC 2016


Author: amdmi3
Date: Wed Jun 29 15:27:31 2016
New Revision: 417776
URL: https://svnweb.freebsd.org/changeset/ports/417776

Log:
  - Fix license
  - Switch to USES=localbase
  - Switch to ${TOUCH}
  
  PR:		210637
  Approved by:	naddy at FreeBSD.org (maintainer)

Modified:
  head/archivers/gtar/Makefile

Modified: head/archivers/gtar/Makefile
==============================================================================
--- head/archivers/gtar/Makefile	Wed Jun 29 15:25:27 2016	(r417775)
+++ head/archivers/gtar/Makefile	Wed Jun 29 15:27:31 2016	(r417776)
@@ -10,17 +10,16 @@ PKGNAMEPREFIX=	g
 MAINTAINER=	naddy at FreeBSD.org
 COMMENT=	GNU version of the traditional tape archiver
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 INFO=		tar
 
-USES=		charsetfix cpe iconv:${STATIC_ARGS} makeinfo tar:xz
+USES=		charsetfix cpe iconv:${STATIC_ARGS} localbase makeinfo tar:xz
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=g \
 		--disable-silent-rules
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	DEFAULT_ARCHIVE=/dev/sa0 \
 		DEFAULT_RMT_COMMAND=/etc/rmt
 # supply result to skip a test that will abort configure if run as root
@@ -43,6 +42,6 @@ STATIC_VARS_OFF=	STATIC_ARGS=lib
 
 # do not rebuild tar.info
 post-patch:
-	touch -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure
+	${TOUCH} -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list