svn commit: r361761 - in head/games/circuslinux: . files

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jul 14 10:13:12 UTC 2014


Author: vanilla
Date: Mon Jul 14 10:13:11 2014
New Revision: 361761
URL: http://svnweb.freebsd.org/changeset/ports/361761
QAT: https://qat.redports.org/buildarchive/r361761/

Log:
  Stagify.

Added:
  head/games/circuslinux/files/patch-data-Makefile.in   (contents, props changed)
Modified:
  head/games/circuslinux/Makefile

Modified: head/games/circuslinux/Makefile
==============================================================================
--- head/games/circuslinux/Makefile	Mon Jul 14 10:11:31 2014	(r361760)
+++ head/games/circuslinux/Makefile	Mon Jul 14 10:13:11 2014	(r361761)
@@ -14,5 +14,4 @@ USE_SDL=	image mixer sdl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--target=""
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/games/circuslinux/files/patch-data-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/circuslinux/files/patch-data-Makefile.in	Mon Jul 14 10:13:11 2014	(r361761)
@@ -0,0 +1,17 @@
+--- data/Makefile.in.orig	2014-07-14 18:09:56.136673852 +0800
++++ data/Makefile.in	2014-07-14 18:11:00.321698621 +0800
+@@ -172,10 +172,10 @@ mostlyclean distclean maintainer-clean
+ 
+ 
+ install:
+-	$(SHELL) ./../mkinstalldirs $(pkgdatadir)
+-	$(SHELL) ./../mkinstalldirs $(pkgdatadir)/data
+-	cp -r images music sounds $(pkgdatadir)/data/
+-	chmod -R 755 $(pkgdatadir)
++	$(SHELL) ./../mkinstalldirs $(DESTDIR)$(pkgdatadir)
++	$(SHELL) ./../mkinstalldirs $(DESTDIR)$(pkgdatadir)/data
++	cp -r images music sounds $(DESTDIR)$(pkgdatadir)/data/
++	chmod -R 755 $(DESTDIR)$(pkgdatadir)
+ 
+ # Directories in EXTRA_DIST doen't work?
+ dist-hook:


More information about the svn-ports-head mailing list