Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 21:01:12 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487629 - head/math/gri
Message-ID:  <201812162101.wBGL1CQt022875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec 16 21:01:12 2018
New Revision: 487629
URL: https://svnweb.freebsd.org/changeset/ports/487629

Log:
  math/gri: Unbreak by fixing the plist
  
  Also add LICENSE.
  
  Reported by:	poudriere error log

Added:
  head/math/gri/pkg-plist   (contents, props changed)
Modified:
  head/math/gri/Makefile

Modified: head/math/gri/Makefile
==============================================================================
--- head/math/gri/Makefile	Sun Dec 16 21:00:18 2018	(r487628)
+++ head/math/gri/Makefile	Sun Dec 16 21:01:12 2018	(r487629)
@@ -7,6 +7,8 @@ PORTREVISION=	7
 CATEGORIES=	math
 MASTER_SITES=	SF
 
+LICENSE=	GPLv2
+
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Extensible plotting language for producing scientific graphs
 
@@ -24,14 +26,6 @@ INFO=		gri
 USE_TEX=	formats:build dvipsk:build
 PORTDOCS=	*
 PORTEXAMPLES=	*
-PLIST_FILES=	bin/gri bin/gri_merge bin/gri_unpage \
-		man/man1/gri.1.gz man/man1/gri_merge.1.gz \
-		man/man1/gri_unpage.1.gz \
-		share/emacs/site-lisp/gri-mode.el \
-		%%DATADIR%%/gri.cmd \
-		%%DATADIR%%/logo.dat \
-		%%DATADIR%%/rgb.txt \
-		%%DATADIR%%/startup.msg
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 

Added: head/math/gri/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/gri/pkg-plist	Sun Dec 16 21:01:12 2018	(r487629)
@@ -0,0 +1,15 @@
+bin/gri
+bin/gri_merge
+bin/gri_unpage
+info/gri.info
+info/gri.info-1
+info/gri.info-2
+info/gri.info-3
+man/man1/gri.1.gz
+man/man1/gri_merge.1.gz
+man/man1/gri_unpage.1.gz
+share/emacs/site-lisp/gri-mode.el
+%%DATADIR%%/gri.cmd
+%%DATADIR%%/logo.dat
+%%DATADIR%%/rgb.txt
+%%DATADIR%%/startup.msg



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