aboutsummaryrefslogtreecommitdiff
path: root/graphics/povray36
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2013-03-05 03:10:10 +0000
committerMaho Nakata <maho@FreeBSD.org>2013-03-05 03:10:10 +0000
commite1e402f49f7d77433a3df22d20190ed1cf663456 (patch)
treea7e28aebac7081fdd620fe54c2d41feb21994c72 /graphics/povray36
parent95a5a70fd71cdc335e865f1845e30357dcb68f03 (diff)
downloadports-e1e402f49f7d77433a3df22d20190ed1cf663456.tar.gz
ports-e1e402f49f7d77433a3df22d20190ed1cf663456.zip
Now we do not install files at /root .
PR: 176495 Spotted by: John Marino <draco@marino.st>
Notes
Notes: svn path=/head/; revision=313434
Diffstat (limited to 'graphics/povray36')
-rw-r--r--graphics/povray36/Makefile2
-rw-r--r--graphics/povray36/files/patch-Makefile.in33
2 files changed, 34 insertions, 1 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile
index 5d7c66378e30..3d6e3822790e 100644
--- a/graphics/povray36/Makefile
+++ b/graphics/povray36/Makefile
@@ -7,7 +7,7 @@
PORTNAME= povray
PORTVERSION= 3.6.1
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/ \
diff --git a/graphics/povray36/files/patch-Makefile.in b/graphics/povray36/files/patch-Makefile.in
new file mode 100644
index 000000000000..924d37da6131
--- /dev/null
+++ b/graphics/povray36/files/patch-Makefile.in
@@ -0,0 +1,33 @@
+$FreeBSD$
+
+--- Makefile.in~ 2004-08-03 08:20:09.000000000 +0900
++++ Makefile.in 2013-03-05 11:42:15.000000000 +0900
+@@ -813,17 +813,17 @@
+ for f in $$filelist ; do \
+ $(INSTALL_DATA) $(top_srcdir)/doc/$$f $(DESTDIR)$(povdocdir)/$$f ; \
+ done
+- @echo "Copying user configuration and INI files..."; \
+- $(mkinstalldirs) $(povconfuser); \
+- filelist='povray.conf povray.ini'; \
+- for f in $$filelist ; do \
+- if test -e $(povconfuser)/$$f; then \
+- echo "Creating backup of $(povconfuser)/$$f"; \
+- mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \
+- fi; \
+- done; \
+- $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf ; \
+- $(INSTALL_DATA) $(top_builddir)/povray.ini $(povconfuser)/povray.ini
++# @echo "Copying user configuration and INI files..."; \
++# $(mkinstalldirs) $(povconfuser); \
++# filelist='povray.conf povray.ini'; \
++# for f in $$filelist ; do \
++# if test -e $(povconfuser)/$$f; then \
++# echo "Creating backup of $(povconfuser)/$$f"; \
++# mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \
++# fi; \
++# done; \
++# $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf ; \
++# $(INSTALL_DATA) $(top_builddir)/povray.ini $(povconfuser)/povray.ini
+
+ # For 'make uninstall' we remove the whole POV-Ray data directory.
+ # We have to use uninstall-local and not uninstall-data-local.