svn commit: r374631 - head/games/exult

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 13 06:30:57 UTC 2014


Author: amdmi3
Date: Sat Dec 13 06:30:56 2014
New Revision: 374631
URL: https://svnweb.freebsd.org/changeset/ports/374631
QAT: https://qat.redports.org/buildarchive/r374631/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Switch to USES=autoreconf
  - Drop @dirrm* from plist

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

Modified: head/games/exult/Makefile
==============================================================================
--- head/games/exult/Makefile	Sat Dec 13 04:02:02 2014	(r374630)
+++ head/games/exult/Makefile	Sat Dec 13 06:30:56 2014	(r374631)
@@ -11,17 +11,16 @@ DISTNAME=	exult-20130315-0400
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Ultima VII engine
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	timidity:${PORTSDIR}/audio/timidity
 RUN_DEPENDS=	timidity:${PORTSDIR}/audio/timidity
 
 USE_SDL=	sdl mixer
 USE_XORG=	x11
-USES=		gmake libtool pkgconfig
-USE_AUTOTOOLS=	autoconf automake aclocal autoheader libtoolize
+USES=		autoreconf gmake libtool pkgconfig
 GNU_CONFIGURE=	yes
-AUTOMAKE_ARGS=	--add-missing
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/games/exult/pkg-plist
==============================================================================
--- head/games/exult/pkg-plist	Sat Dec 13 04:02:02 2014	(r374630)
+++ head/games/exult/pkg-plist	Sat Dec 13 06:30:56 2014	(r374631)
@@ -43,8 +43,3 @@ share/applications/exult.desktop
 %%DOCSDIR%%/NEWS
 %%DOCSDIR%%/README
 share/icons/exult.png
- at dirrmtry share/icons
-%%STUDIO%%@dirrmtry %%DATADIR%%/estudio/new
-%%STUDIO%%@dirrmtry %%DATADIR%%/estudio
- at dirrmtry %%DATADIR%%
- at dirrmtry %%DOCSDIR%%


More information about the svn-ports-head mailing list