svn commit: r426946 - head/deskutils/hebcal

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Nov 23 17:33:40 UTC 2016


Author: amdmi3
Date: Wed Nov 23 17:33:39 2016
New Revision: 426946
URL: https://svnweb.freebsd.org/changeset/ports/426946

Log:
  - Add LICENSE
  - Use GNU_CONFIGURE

Modified:
  head/deskutils/hebcal/Makefile

Modified: head/deskutils/hebcal/Makefile
==============================================================================
--- head/deskutils/hebcal/Makefile	Wed Nov 23 17:33:02 2016	(r426945)
+++ head/deskutils/hebcal/Makefile	Wed Nov 23 17:33:39 2016	(r426946)
@@ -9,8 +9,11 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Hebrew Calendar calculator
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		makeinfo
-HAS_CONFIGURE=	yes
+GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/hebcal \
 		man/man1/hebcal.1.gz


More information about the svn-ports-head mailing list