summaryrefslogtreecommitdiff
path: root/graphics/povray/patches
diff options
context:
space:
mode:
authorpooka <pooka>2001-01-20 10:31:32 +0000
committerpooka <pooka>2001-01-20 10:31:32 +0000
commit8e61468f7352bf3d26a7d2ed87c82eee1dd408f6 (patch)
tree8d23b920ae9446598d22e22510f3248d8080e28b /graphics/povray/patches
parent36aab1bc2e4395bcca16382ef1fc07ef82b5e179 (diff)
downloadpkgsrc-8e61468f7352bf3d26a7d2ed87c82eee1dd408f6.tar.gz
Install betanews.txt and povwhere.get also, as required by the binary
packaging license. Pointed out by Richard Rauch in private email.
Diffstat (limited to 'graphics/povray/patches')
-rw-r--r--graphics/povray/patches/patch-ac9
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*