summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2002-01-25 17:44:00 +0000
committerwiz <wiz>2002-01-25 17:44:00 +0000
commit116a415f5fba16121c0531a30fa08b03b0bef0f5 (patch)
tree19a2ebe8982f75fd68e2f1822a189af596813742 /www
parentc15122348296bef068521df52e1d76d140fdc146 (diff)
downloadpkgsrc-116a415f5fba16121c0531a30fa08b03b0bef0f5.tar.gz
Set path in skipstone script to X11BASE -- that's where mozilla is installed;
skipstone doesn't have to be installed there, too, then, so remove USE_X11BASE.
Diffstat (limited to 'www')
-rw-r--r--www/skipstone/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile
index 80d5f8fe7b9..6536442ee26 100644
--- a/www/skipstone/Makefile
+++ b/www/skipstone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/01/25 00:19:51 rh Exp $
+# $NetBSD: Makefile,v 1.5 2002/01/25 17:44:00 wiz Exp $
#
DISTNAME= skipstone-0.7.8
@@ -12,12 +12,11 @@ COMMENT= Gtk+ web browser that embeds Mozilla's renderer
DEPENDS+= mozilla>=0.9.7:../../www/mozilla
USE_GMAKE= yes
-USE_X11BASE= yes
MAKE_ENV+= X11PREFIX="${X11PREFIX}"
post-patch:
- ${SED} -e s,@PREFIX@,${PREFIX},g \
+ ${SED} -e s,@PREFIX@,${X11PREFIX},g \
< ${WRKSRC}/src/skipstone > ${WRKSRC}/src/skipstone.tmp
${MV} ${WRKSRC}/src/skipstone.tmp ${WRKSRC}/src/skipstone