diff options
author | jtb <jtb@pkgsrc.org> | 2001-01-22 12:34:36 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-01-22 12:34:36 +0000 |
commit | 67cd42eb0b562275ae09e7e289e0a5743f5d5729 (patch) | |
tree | 2b3d54d8715af88f8ace5e792afae850a75bfb58 /www/w3/Makefile | |
parent | 6427f2fb5d5936ec17066b61f515d35bf12d2c14 (diff) | |
download | pkgsrc-67cd42eb0b562275ae09e7e289e0a5743f5d5729.tar.gz |
Fixed problem in Alpha bulk build. ${WRKSRC} is now the default rather than
${WRKDIR}/${PKGNAME}.
Diffstat (limited to 'www/w3/Makefile')
-rw-r--r-- | www/w3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/w3/Makefile b/www/w3/Makefile index 625a69492de..3f2ca6b1975 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/01/13 19:25:44 tv Exp $ +# $NetBSD: Makefile,v 1.3 2001/01/22 12:34:36 jtb Exp $ DISTNAME= w3-4.0pre.46 PKGNAME= w3-4.0b46 @@ -8,10 +8,11 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/emacs-w3/ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://www.cs.indiana.edu/elisp/w3/docs.html -WRKSRC= ${WRKDIR}/${PKGNAME} HAS_CONFIGURE= YES CONFIGURE_ARGS+= "--enable-site-install" -INFO_FILES= w3.info +INFO_FILES= w3.info w3-faq.info + +.include "../../mk/bsd.prefs.mk" .if defined(USE_XEMACS) DEPENDS+= xemacs-[0-9]*:../../editors/xemacs @@ -21,8 +22,8 @@ PLIST_SRC= ${PKGDIR}/PLIST.xemacs .else DEPENDS+= emacs-[0-9]*:../../editors/emacs CONFIGURE_ARGS+= "--with-emacs" -PLIST_SRC= ${PKGDIR}/PLIST.emacs CONFIGURE_ARGS+= "--with-lispdir=${PREFIX}/share/emacs/site-lisp/w3" +PLIST_SRC= ${PKGDIR}/PLIST.emacs .endif .include "../../mk/bsd.pkg.mk" |