svn commit: r374723 - head/games/gnomekiss

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 14 21:19:49 UTC 2014


Author: amdmi3
Date: Sun Dec 14 21:19:48 2014
New Revision: 374723
URL: https://svnweb.freebsd.org/changeset/ports/374723
QAT: https://qat.redports.org/buildarchive/r374723/

Log:
  - Add LICENSE
  - Convert gnomehack to USES=pathfix
  - Drop @dirrm* from plist

Modified:
  head/games/gnomekiss/Makefile
  head/games/gnomekiss/pkg-plist

Modified: head/games/gnomekiss/Makefile
==============================================================================
--- head/games/gnomekiss/Makefile	Sun Dec 14 20:43:58 2014	(r374722)
+++ head/games/gnomekiss/Makefile	Sun Dec 14 21:19:48 2014	(r374723)
@@ -10,10 +10,13 @@ MASTER_SITES=	http://devel.tlrmx.org/kis
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNOME version of Kisekae Set System
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	lha:${PORTSDIR}/archivers/lha
 
-USES=		gettext-tools pkgconfig
-USE_GNOME=	gnomeprefix gnomehack libgnomeui
+USES=		gettext-tools pathfix pkgconfig
+USE_GNOME=	gnomeprefix libgnomeui
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/games/gnomekiss/pkg-plist
==============================================================================
--- head/games/gnomekiss/pkg-plist	Sun Dec 14 20:43:58 2014	(r374722)
+++ head/games/gnomekiss/pkg-plist	Sun Dec 14 21:19:48 2014	(r374723)
@@ -6,4 +6,3 @@ share/locale/es/LC_MESSAGES/gnomekiss.mo
 share/locale/es_ES/LC_MESSAGES/gnomekiss.mo
 share/pixmaps/gnomekiss/besito_sinfondo.png
 share/pixmaps/gnomekiss/gnome-kiss.png
- at dirrm share/pixmaps/gnomekiss


More information about the svn-ports-head mailing list