svn commit: r370840 - head/math/gdcalc

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 14 11:03:17 UTC 2014


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 at 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
- at dirrmtry share/icons
- at dirrmtry share/applnk/Applications
- at dirrmtry share/applnk


More information about the svn-ports-all mailing list