svn commit: r370645 - head/games/epiar

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Oct 11 14:01:20 UTC 2014


Author: amdmi3
Date: Sat Oct 11 14:01:18 2014
New Revision: 370645
URL: https://svnweb.freebsd.org/changeset/ports/370645
QAT: https://qat.redports.org/buildarchive/r370645/

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

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

Modified: head/games/epiar/Makefile
==============================================================================
--- head/games/epiar/Makefile	Sat Oct 11 14:01:10 2014	(r370644)
+++ head/games/epiar/Makefile	Sat Oct 11 14:01:18 2014	(r370645)
@@ -26,12 +26,9 @@ GH_PROJECT=	Epiar
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	44046e3
 
-USES=		gmake pkgconfig
+USES=		autoreconf gmake pkgconfig
 USE_SDL=	image mixer sdl
 USE_GL=		glu
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing
-ACLOCAL_ARGS=
 GNU_CONFIGURE=	yes
 
 PORTDOCS=	AUTHORS ChangeLog README

Modified: head/games/epiar/pkg-plist
==============================================================================
--- head/games/epiar/pkg-plist	Sat Oct 11 14:01:10 2014	(r370644)
+++ head/games/epiar/pkg-plist	Sat Oct 11 14:01:18 2014	(r370645)
@@ -226,19 +226,3 @@ share/applications/epiar.desktop
 %%DATADIR%%/Resources/Skin/ui_wnd_up_left.png
 %%DATADIR%%/Resources/Skin/ui_wnd_up_right.png
 share/pixmaps/epiar.png
- at dirrm %%DATADIR%%/Resources/Skin
- at dirrm %%DATADIR%%/Resources/Simulation/default
- at dirrm %%DATADIR%%/Resources/Simulation
- at dirrm %%DATADIR%%/Resources/Scripts
- at dirrm %%DATADIR%%/Resources/Graphics
- at dirrm %%DATADIR%%/Resources/Fonts
- at dirrm %%DATADIR%%/Resources/Audio/Weapons
- at dirrm %%DATADIR%%/Resources/Audio/Music
- at dirrm %%DATADIR%%/Resources/Audio/Interface
- at dirrm %%DATADIR%%/Resources/Audio/Engines
- at dirrm %%DATADIR%%/Resources/Audio/Effects
- at dirrm %%DATADIR%%/Resources/Audio
- at dirrm %%DATADIR%%/Resources/Art
- at dirrm %%DATADIR%%/Resources/Animations
- at dirrm %%DATADIR%%/Resources
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list