Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 11:03:16 +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: r370840 - head/math/gdcalc
Message-ID:  <201410141103.s9EB3G1o064679@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 14 11:03:16 2014
New Revision: 370840
URL: https://svnweb.freebsd.org/changeset/ports/370840
QAT: https://qat.redports.org/buildarchive/r370840/

Log:
  - Add LICENSE
  - Drop @dirrm* from plist

Modified:
  head/math/gdcalc/Makefile
  head/math/gdcalc/pkg-plist

Modified: head/math/gdcalc/Makefile
==============================================================================
--- head/math/gdcalc/Makefile	Tue Oct 14 11:03:05 2014	(r370839)
+++ head/math/gdcalc/Makefile	Tue Oct 14 11:03:16 2014	(r370840)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://bhepple.freeshell.o
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gnome-based scientific calculator
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
 
 USES=		pkgconfig

Modified: head/math/gdcalc/pkg-plist
==============================================================================
--- head/math/gdcalc/pkg-plist	Tue Oct 14 11:03:05 2014	(r370839)
+++ head/math/gdcalc/pkg-plist	Tue Oct 14 11:03:16 2014	(r370840)
@@ -7,6 +7,3 @@ share/pixmaps/HP-16C-48.xpm
 share/pixmaps/mini-HP-16C-48.xpm
 share/pixmaps/HP-16C-48.png
 share/icons/HP-16C-48.png
-@dirrmtry share/icons
-@dirrmtry share/applnk/Applications
-@dirrmtry share/applnk



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