diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-28 19:04:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-28 19:04:56 +0000 |
commit | 0427a8f552eb9502d4a08157c9af9e71eee49135 (patch) | |
tree | 1fb07f5229ab6198804d809d085fe24330436bc6 /www | |
parent | 64a2d8e53caf9234f78a10be6c90660b00fda841 (diff) | |
download | pkgsrc-0427a8f552eb9502d4a08157c9af9e71eee49135.tar.gz |
Explicitly specify --datadir, so that style.css ends up in the right
directory.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3/Makefile | 5 |
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" |