Install betanews.txt and povwhere.get also, as required by the binary
packaging license. Pointed out by Richard Rauch in private email.
This commit is contained in:
parent
9935f7da95
commit
2f685fbd2e
3 changed files with 10 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: patch-sum,v 1.5 2001/01/20 00:36:19 pooka Exp $
|
||||
$NetBSD: patch-sum,v 1.6 2001/01/20 10:31:32 pooka Exp $
|
||||
|
||||
MD5 (patch-aa) = 830a32eda7cac53cb6e80bbc56f4e248
|
||||
MD5 (patch-ab) = 5798d179c0fcf29b10089f34553bc262
|
||||
MD5 (patch-ac) = 45462fbf5d806380777ec903aa5ab2a6
|
||||
MD5 (patch-ac) = 6bb6d8ed7333429ff02731cead9ffedc
|
||||
|
|
|
@ -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*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2001/01/20 00:36:20 pooka Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2001/01/20 10:31:33 pooka Exp $
|
||||
bin/povray
|
||||
man/man1/povray.1
|
||||
lib/povray31/allscene.ini
|
||||
|
@ -22,6 +22,8 @@ lib/povray31/povlegal.doc
|
|||
lib/povray31/revision.doc
|
||||
lib/povray31/gamma.gif.txt
|
||||
lib/povray31/povuser.txt
|
||||
lib/povray31/betanews.txt
|
||||
lib/povray31/povwhere.get
|
||||
lib/povray31/gamma.gif
|
||||
lib/povray31/xpovicon.xpm
|
||||
lib/povray31/allscene.sh
|
||||
|
|
Loading…
Reference in a new issue