diff options
Diffstat (limited to 'graphics/povray/patches/patch-ac')
-rw-r--r-- | graphics/povray/patches/patch-ac | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/povray/patches/patch-ac b/graphics/povray/patches/patch-ac index 21262c36c50..2839bda9f29 100644 --- a/graphics/povray/patches/patch-ac +++ b/graphics/povray/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.3 2001/01/20 00:36:20 pooka Exp $ +$NetBSD: patch-ac,v 1.4 2001/01/20 10:31:33 pooka Exp $ Small Makefile to drive NetBSD package ---- Makefile.orig Sat Jan 20 02:06:46 2001 -+++ Makefile Sat Jan 20 02:23:39 2001 -@@ -0,0 +1,17 @@ +--- Makefile.orig Sat Jan 20 12:19:12 2001 ++++ Makefile Sat Jan 20 12:20:50 2001 +@@ -0,0 +1,18 @@ +POVLIB= ${PREFIX}/lib/povray31 + +all: @@ -16,6 +16,7 @@ Small Makefile to drive NetBSD package + tar cpf - scenes include | (cd ${POVLIB}; tar xpf -) + ${INSTALL} -c -m 0644 *.ini ${POVLIB}/ + ${INSTALL} -c -m 0644 povuser.txt gamma.gif.txt *.doc ${POVLIB}/ ++ ${INSTALL} -c -m 0644 betanews.txt povwhere.get ${POVLIB}/ + ${INSTALL} -c -m 0644 *.gif *.xpm ${POVLIB}/ + ${INSTALL} -c -m 0644 *.sh ${POVLIB}/ + rm -f ${PREFIX}/man/man1/povray.1* |