svn commit: r369813 - in head/games/sdlroids: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Oct 2 11:17:44 UTC 2014
Author: amdmi3
Date: Thu Oct 2 11:17:43 2014
New Revision: 369813
URL: https://svnweb.freebsd.org/changeset/ports/369813
QAT: https://qat.redports.org/buildarchive/r369813/
Log:
- Fix binary referencing STAGEDIR
- Add LICENSE_FILE
- Drop @dirrm* from plist
Added:
head/games/sdlroids/files/
head/games/sdlroids/files/patch-Makefile.in (contents, props changed)
Modified:
head/games/sdlroids/Makefile
head/games/sdlroids/pkg-plist
Modified: head/games/sdlroids/Makefile
==============================================================================
--- head/games/sdlroids/Makefile Thu Oct 2 11:17:14 2014 (r369812)
+++ head/games/sdlroids/Makefile Thu Oct 2 11:17:43 2014 (r369813)
@@ -3,7 +3,7 @@
PORTNAME= sdlroids
PORTVERSION= 1.3.4
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= SF \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
@@ -16,10 +16,11 @@ MAINTAINER= games at FreeBSD.org
COMMENT= Enhanced shoot-the-asteroids game
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:bzip2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --datadir=${STAGEDIR}${PREFIX}/share
+CONFIGURE_ARGS= --datadir=${PREFIX}/share
USE_GCC= yes
USE_CSTD= gnu89
USE_SDL= mixer sdl
Added: head/games/sdlroids/files/patch-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/sdlroids/files/patch-Makefile.in Thu Oct 2 11:17:43 2014 (r369813)
@@ -0,0 +1,15 @@
+--- Makefile.in.orig 2001-03-28 03:27:52.000000000 +0400
++++ Makefile.in 2014-10-02 14:40:03.770371160 +0400
+@@ -434,9 +434,9 @@
+
+
+ install-data-local:
+- @/bin/sh $(srcdir)/mkinstalldirs $(SOUNDSDIR) $(GFXDIR)
+- $(INSTALL_DATA) $(srcdir)/sounds/*.wav $(SOUNDSDIR)
+- $(INSTALL_DATA) $(srcdir)/bmp/*.bmp $(GFXDIR)
++ @/bin/sh $(srcdir)/mkinstalldirs $(DESTDIR)$(SOUNDSDIR) $(DESTDIR)$(GFXDIR)
++ $(INSTALL_DATA) $(srcdir)/sounds/*.wav $(DESTDIR)$(SOUNDSDIR)
++ $(INSTALL_DATA) $(srcdir)/bmp/*.bmp $(DESTDIR)$(GFXDIR)
+
+ # Rule to build tar-gzipped distribution package
+ $(PACKAGE)-$(VERSION).tar.gz: dist
Modified: head/games/sdlroids/pkg-plist
==============================================================================
--- head/games/sdlroids/pkg-plist Thu Oct 2 11:17:14 2014 (r369812)
+++ head/games/sdlroids/pkg-plist Thu Oct 2 11:17:43 2014 (r369813)
@@ -31,6 +31,3 @@ share/pixmaps/sdlroids.png
%%DATADIR%%/sounds/swarmsplit.wav
%%DATADIR%%/sounds/thrust.wav
%%DATADIR%%/sounds/title.wav
- at dirrm %%DATADIR%%/sounds
- at dirrm %%DATADIR%%/bmp
- at dirrm %%DATADIR%%
More information about the svn-ports-head
mailing list