aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-07-14 18:13:11 +0800
committervanilla <vanilla@FreeBSD.org>2014-07-14 18:13:11 +0800
commitaeef6b403d4b048469cd4ad2a771b1a005cca570 (patch)
treef490f9ca9367bbfb4dd30d648a7ce147cc016b8c
parent5062e10255105500f55b0bff1b39a1508dd2f5b4 (diff)
downloadfreebsd-ports-gnome-aeef6b403d4b048469cd4ad2a771b1a005cca570.tar.gz
freebsd-ports-gnome-aeef6b403d4b048469cd4ad2a771b1a005cca570.tar.zst
freebsd-ports-gnome-aeef6b403d4b048469cd4ad2a771b1a005cca570.zip
Stagify.
-rw-r--r--games/circuslinux/Makefile1
-rw-r--r--games/circuslinux/files/patch-data-Makefile.in17
2 files changed, 17 insertions, 1 deletions
diff --git a/games/circuslinux/Makefile b/games/circuslinux/Makefile
index 522bd4c10aae..73f9475439c1 100644
--- a/games/circuslinux/Makefile
+++ b/games/circuslinux/Makefile
@@ -14,5 +14,4 @@ USE_SDL= image mixer sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=""
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/games/circuslinux/files/patch-data-Makefile.in b/games/circuslinux/files/patch-data-Makefile.in
new file mode 100644
index 000000000000..793d9282098c
--- /dev/null
+++ b/games/circuslinux/files/patch-data-Makefile.in
@@ -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: