summaryrefslogtreecommitdiff
path: root/misc/staroffice
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-10-26 13:57:26 +0000
committerwiz <wiz@pkgsrc.org>2001-10-26 13:57:26 +0000
commit460b06f7ea470a37459c69e81cbc583c59b12318 (patch)
tree1da99b8a3d3ff5e538633603ae6eb23471573fae /misc/staroffice
parent92f6e175577dbf5132b011da59d4d8a35af6c60f (diff)
downloadpkgsrc-460b06f7ea470a37459c69e81cbc583c59b12318.tar.gz
Move post-extract script contents into post-extract make rule.
Diffstat (limited to 'misc/staroffice')
-rw-r--r--misc/staroffice/Makefile7
-rw-r--r--misc/staroffice/scripts/post-extract4
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile
index 331f25956d4..0684dd57499 100644
--- a/misc/staroffice/Makefile
+++ b/misc/staroffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/09/27 23:18:26 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2001/10/26 13:57:26 wiz Exp $
#
DISTNAME= so51a_lnx_${LANGNO}
@@ -89,6 +89,11 @@ do-fetch:
./automate.sh ; \
fi
+post-extract:
+ cd ${WRKSRC} && \
+ unzip -qqXL setup.zip && \
+ chmod 0755 setup.bin
+
do-configure:
.for file in setup.ins
${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \
diff --git a/misc/staroffice/scripts/post-extract b/misc/staroffice/scripts/post-extract
deleted file mode 100644
index 2a43915aeb5..00000000000
--- a/misc/staroffice/scripts/post-extract
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cd ${WRKSRC}
-unzip -qqXL setup.zip
-chmod 0755 setup.bin