summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-28 19:04:56 +0000
committerjoerg <joerg>2006-04-28 19:04:56 +0000
commit38f05ab69182833059d5977379947fbc967e1ecb (patch)
tree1fb07f5229ab6198804d809d085fe24330436bc6 /www
parentc2e867106a2281bd5297fab9e6ea580cf6b8a6f9 (diff)
downloadpkgsrc-38f05ab69182833059d5977379947fbc967e1ecb.tar.gz
Explicitly specify --datadir, so that style.css ends up in the right
directory.
Diffstat (limited to 'www')
-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"