svn commit: r373645 - head/misc/shc

Emanuel Haupt ehaupt at FreeBSD.org
Sat Nov 29 20:20:02 UTC 2014


Author: ehaupt
Date: Sat Nov 29 20:20:01 2014
New Revision: 373645
URL: https://svnweb.freebsd.org/changeset/ports/373645
QAT: https://qat.redports.org/buildarchive/r373645/

Log:
  - Convert to USES=tar:tgz
  - Add LICENSE

Modified:
  head/misc/shc/Makefile

Modified: head/misc/shc/Makefile
==============================================================================
--- head/misc/shc/Makefile	Sat Nov 29 20:19:04 2014	(r373644)
+++ head/misc/shc/Makefile	Sat Nov 29 20:20:01 2014	(r373645)
@@ -6,11 +6,15 @@ PORTVERSION=	3.8.9
 CATEGORIES=	misc
 MASTER_SITES=	http://www.datsi.fi.upm.es/~frosal/sources/ \
 		CRITICAL
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Generic script compiler
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/Copying
+
+USES=		tar:tgz
+
 PLIST_FILES=	bin/shc man/man1/shc.1.gz
 
 post-extract:


More information about the svn-ports-head mailing list