diff options
author | agc <agc@pkgsrc.org> | 2000-01-04 16:28:42 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-01-04 16:28:42 +0000 |
commit | 053a9e15a0c3e1080d24ea701868f18a8a63c75d (patch) | |
tree | 8d1cf32d7f9d284cb31644143d130e02c0de8e16 /graphics/povray/patches | |
parent | c33021ea2fcf66eec2bc3d5b415b8c015f75ec47 (diff) | |
download | pkgsrc-053a9e15a0c3e1080d24ea701868f18a8a63c75d.tar.gz |
Make PLIST match reality.
Make install target work in the presence of a file named "install".
Diffstat (limited to 'graphics/povray/patches')
-rw-r--r-- | graphics/povray/patches/patch-ac | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/povray/patches/patch-ac b/graphics/povray/patches/patch-ac index 33ec4077a6a..aa2202ec4ac 100644 --- a/graphics/povray/patches/patch-ac +++ b/graphics/povray/patches/patch-ac @@ -1,20 +1,19 @@ -$NetBSD: patch-ac,v 1.1.1.1 1998/08/24 12:33:38 agc Exp $ +$NetBSD: patch-ac,v 1.2 2000/01/04 16:28:43 agc Exp $ Small Makefile to drive NetBSD package --- /dev/null Mon Aug 24 13:46:39 1998 +++ Makefile Mon Aug 24 13:46:32 1998 -@@ -0,0 +1,18 @@ -+POVLIB= ${PREFIX}/lib/povray3 +@@ -0,0 +1,17 @@ ++POVLIB= ${PREFIX}/lib/povray31 + +all: + cd source/unix && ${MAKE} newxwin + -+install: ++install-povray: + mkdir -p ${POVLIB}/allscene + ${INSTALL} -m 0755 -s -c source/unix/x-povray ${PREFIX}/bin/povray -+ tar cpf - pov3demo povscn docsdemo include texsamps | \ -+ (cd ${POVLIB}; tar xpf -) ++ tar cpf - scenes include | (cd ${POVLIB}; tar xpf -) + ${INSTALL} -c -m 0644 *.ini ${POVLIB}/ + ${INSTALL} -c -m 0644 *.doc ${POVLIB}/ + ${INSTALL} -c -m 0644 *.gif *.xpm ${POVLIB}/ |