summaryrefslogtreecommitdiff
path: root/www/linux-opera-devel
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-04-27 13:09:24 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-04-27 13:09:24 +0000
commit24fdf39ff8f0eaff2c53a90a98cb2cbf6f0cd01a (patch)
treeace254cb9bcacbab7febe3253494464b55d8b5ff /www/linux-opera-devel
parentUpgrade to 5.0 beta 8. (diff)
Remove some debugging code that snuck into the previous commit.
Notes
Notes: svn path=/head/; revision=41959
Diffstat (limited to 'www/linux-opera-devel')
-rw-r--r--www/linux-opera-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile
index 8ee2ad7afb41..20ca38d169a7 100644
--- a/www/linux-opera-devel/Makefile
+++ b/www/linux-opera-devel/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \
NO_BUILD= yes
do-install:
- (cd ${WRKSRC} && /bin/sh -x ./install.sh \
+ (cd ${WRKSRC} && ./install.sh \
--exec_prefix=${PREFIX}/bin \
--docdir=${PREFIX}/share/doc/opera \
--sharedir=${PREFIX}/share/opera )