diff options
-rw-r--r-- | graphics/povray/distinfo | 4 | ||||
-rw-r--r-- | graphics/povray/patches/patch-ad | 22 |
2 files changed, 22 insertions, 4 deletions
diff --git a/graphics/povray/distinfo b/graphics/povray/distinfo index 249f1264ffe..7ad0928bfb1 100644 --- a/graphics/povray/distinfo +++ b/graphics/povray/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2006/05/06 11:59:49 wiz Exp $ +$NetBSD: distinfo,v 1.12 2006/09/08 08:28:06 joerg Exp $ SHA1 (povray-3.6.1.tar.bz2) = 1fab3ccbdedafbf77e3a66087709bbdf60bc643d RMD160 (povray-3.6.1.tar.bz2) = 84ba679da66089f192cc1bfcf8bdd498e736a9a3 Size (povray-3.6.1.tar.bz2) = 8200160 bytes SHA1 (patch-aa) = 351e2eb509cdb3e95c788de5f9ff41c993d4363d -SHA1 (patch-ad) = 7c3436957fc4451e12302a6c4884c0fce963d78a +SHA1 (patch-ad) = fa4056ca956cb2872960fcb649e259aad1f065e4 SHA1 (patch-af) = b941ffe6f1f54b5bc6139ec2b7fba480f6393bf1 diff --git a/graphics/povray/patches/patch-ad b/graphics/povray/patches/patch-ad index 33748dc134a..6b059ffc653 100644 --- a/graphics/povray/patches/patch-ad +++ b/graphics/povray/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.3 2004/11/18 16:15:35 adam Exp $ +$NetBSD: patch-ad,v 1.4 2006/09/08 08:28:06 joerg Exp $ ---- Makefile.in.orig 2004-08-02 23:20:09.000000000 +0000 +--- Makefile.in.orig 2004-08-03 01:20:09.000000000 +0200 +++ Makefile.in @@ -169,7 +169,7 @@ program_transform_name = @program_transf sbindir = @sbindir@ @@ -43,3 +43,21 @@ $NetBSD: patch-ad,v 1.3 2004/11/18 16:15:35 adam Exp $ done uninstall-povconfDATA: +@@ -813,17 +813,6 @@ install-data-local: + 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 + + # For 'make uninstall' we remove the whole POV-Ray data directory. + # We have to use uninstall-local and not uninstall-data-local. |