Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 11:04:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387797 - head/security/gcipher
Message-ID:  <201505291104.t4TB4bZd080150@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 29 11:04:36 2015
New Revision: 387797
URL: https://svnweb.freebsd.org/changeset/ports/387797

Log:
  - Add LICENSE_FILE
  - Remove MAN1

Modified:
  head/security/gcipher/Makefile

Modified: head/security/gcipher/Makefile
==============================================================================
--- head/security/gcipher/Makefile	Fri May 29 11:03:52 2015	(r387796)
+++ head/security/gcipher/Makefile	Fri May 29 11:04:36 2015	(r387797)
@@ -11,13 +11,11 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple encryption tool
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GNOME=	pygnome2
 USES=		python
 
-MAN1=		gcipher.1
-LICENSE_FILES=	${WRKSRC}/LICENSE
-
 OPTIONS_DEFINE=	DOCS
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291104.t4TB4bZd080150>