Date: Sat, 11 Oct 2014 14:00:45 +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: r370641 - head/games/lianliankan Message-ID: <201410111400.s9BE0jaw083622@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 -@dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410111400.s9BE0jaw083622>