svn commit: r435224 - head/devel/cvsutils

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 2 10:06:48 UTC 2017


Author: amdmi3
Date: Thu Mar  2 10:06:46 2017
New Revision: 435224
URL: https://svnweb.freebsd.org/changeset/ports/435224

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Switch to options helpers

Modified:
  head/devel/cvsutils/Makefile

Modified: head/devel/cvsutils/Makefile
==============================================================================
--- head/devel/cvsutils/Makefile	Thu Mar  2 09:55:24 2017	(r435223)
+++ head/devel/cvsutils/Makefile	Thu Mar  2 10:06:46 2017	(r435224)
@@ -10,16 +10,18 @@ MASTER_SITES=	http://www.red-bean.com/cv
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	CVS utilities which facilitate working with local working directories
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		perl5 shebangfix
 GNU_CONFIGURE=	yes
 SHEBANG_FILES=	cvs*.pl
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in AUTHORS ChangeLog NEWS README
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
 .endfor


More information about the svn-ports-head mailing list