svn commit: r387797 - head/security/gcipher

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 29 11:04:37 UTC 2015


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 at 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:


More information about the svn-ports-all mailing list