diff options
-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" |