summaryrefslogtreecommitdiff
path: root/graphics/ns-cult3d
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-08 01:50:41 +0000
committerrillig <rillig>2007-01-08 01:50:41 +0000
commitf0684e91b34079206a5dfdbe8e0e8fb4c991f430 (patch)
treece5c911829bb7449ad0ae61db95cb7c1e3f83c9f /graphics/ns-cult3d
parentca9cdb42169e8f1b57134a488f29fcafd1da89c7 (diff)
downloadpkgsrc-f0684e91b34079206a5dfdbe8e0e8fb4c991f430.tar.gz
Made the package work and fixed file permissions. PKGREVISION++
Diffstat (limited to 'graphics/ns-cult3d')
-rw-r--r--graphics/ns-cult3d/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/graphics/ns-cult3d/Makefile b/graphics/ns-cult3d/Makefile
index a21dea54715..712b71b6e8c 100644
--- a/graphics/ns-cult3d/Makefile
+++ b/graphics/ns-cult3d/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2006/07/27 15:16:44 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2007/01/08 01:50:41 rillig Exp $
#
DISTNAME= Cult3D_NS4_5.2b1
PKGNAME= ns-cult3d-5.2
+PKGREVISION= 1
CATEGORIES= www graphics
MAINTAINER= abs@NetBSD.org
@@ -18,9 +19,14 @@ NO_BUILD= yes
CHECK_SHLIBS_SUPPORTED= no
CRYPTO= yes
+INSTALLATION_DIRS= lib/netscape/plugins
+
+post-extract:
+ cd ${WRKSRC} && pax -r -f cult3d.tar
+ chmod -R go-w ${WRKSRC}
+
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX:Q}/lib/netscape
- cd ${WRKSRC} ; ${ECHO} ${PREFIX}/lib/netscape | ./install.sh
+ cd ${WRKSRC} && pax -wr cult3d ${PREFIX}/lib/netscape/plugins
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ns-cult3d.txt
.include "../../mk/bsd.pkg.mk"