svn commit: r370641 - head/games/lianliankan

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Oct 11 14:00:45 UTC 2014


Author: amdmi3
Date: Sat Oct 11 14:00:44 2014
New Revision: 370641
URL: https://svnweb.freebsd.org/changeset/ports/370641
QAT: https://qat.redports.org/buildarchive/r370641/

Log:
  - Fix LICENSE
  - Switch to USES=autoreconf
  - Drop @dirrm* from plist

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

Modified: head/games/lianliankan/Makefile
==============================================================================
--- head/games/lianliankan/Makefile	Sat Oct 11 14:00:36 2014	(r370640)
+++ head/games/lianliankan/Makefile	Sat Oct 11 14:00:44 2014	(r370641)
@@ -11,15 +11,12 @@ DISTNAME=	llk_linux-${DISTVERSION}
 MAINTAINER=	games at FreeBSD.org
 COMMENT=	Tile matching game
 
-LICENSE=	GPLv3
+LICENSE=	GPLv2 # or later
 
-USES=		libtool pkgconfig
+USES=		autoreconf libtool pkgconfig
 USE_GNOME=	gtk20 esound
-USE_AUTOTOOLS=	aclocal automake autoconf autoheader libtoolize
 GNU_CONFIGURE=	yes
 
-AUTOMAKE_ARGS=	-a -c -f
-
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 

Modified: head/games/lianliankan/pkg-plist
==============================================================================
--- head/games/lianliankan/pkg-plist	Sat Oct 11 14:00:36 2014	(r370640)
+++ head/games/lianliankan/pkg-plist	Sat Oct 11 14:00:44 2014	(r370641)
@@ -13,4 +13,3 @@ share/applications/lianliankan.desktop
 %%DATADIR%%/Win.wav
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/llk_linux.mo
 share/pixmaps/llk_linux.png
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list