summaryrefslogtreecommitdiff
path: root/www/w3
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-28 19:04:56 +0000
committerjoerg <joerg>2006-04-28 19:04:56 +0000
commit5032437b675bb0bdbf6df44ad9769839954b7024 (patch)
tree1fb07f5229ab6198804d809d085fe24330436bc6 /www/w3
parent93134029eaf7fbfd068fafdf6c498ad7d6f027bf (diff)
downloadpkgsrc-5032437b675bb0bdbf6df44ad9769839954b7024.tar.gz
Explicitly specify --datadir, so that style.css ends up in the right
directory.
Diffstat (limited to 'www/w3')
-rw-r--r--www/w3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/w3/Makefile b/www/w3/Makefile
index 3cf80c8a08a..fcd300e178b 100644
--- a/www/w3/Makefile
+++ b/www/w3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2006/04/08 04:42:10 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/28 19:04:56 joerg Exp $
DISTNAME= w3-4.0pre.47
PKGNAME= ${EMACS_PKGNAME_PREFIX}w3-4.0b47
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_XEMACS:=emacs-w3/}
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-emacs
CONFIGURE_ARGS+= --enable-site-install
CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}/w3
+CONFIGURE_ARGS+= --datadir=${ETCDIR}
INFO_FILES= # PLIST
.if ${EMACS_FLAVOR} == "xemacs"