From a4e1fc79c76be73f26101b57f707f1ec1982a5a9 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 9 Oct 2003 12:34:45 +0000 Subject: www/w3-4 port: mismatch between pkg-plist and real installation The pkg-plist for www/w3-4 is hardcoded for FSF emacs. However, if xemacs is installed on the system, the configure script will detect this and will use xemacs' site-lisp as the installation target. Also used the INFO variable. PR: ports/28491 Submitted by: Slaven Rezic Approved by: Maintainer timeout --- www/w3-4/Makefile | 2 ++ www/w3-4/pkg-plist | 12 +----------- 2 files changed, 3 insertions(+), 11 deletions(-) (limited to 'www/w3-4') diff --git a/www/w3-4/Makefile b/www/w3-4/Makefile index 29c380006f3e..31dc37863410 100644 --- a/www/w3-4/Makefile +++ b/www/w3-4/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS?= emacs-20.7:${PORTSDIR}/editors/emacs20 RUN_DEPENDS?= emacs-20.7:${PORTSDIR}/editors/emacs20 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-emacs=yes +INFO= w3-faq w3 MAKE_ENV+= EMACSCMD=${EMACSCMD} ELISPDIR=${ELISPDIR} \ MKDIR="${MKDIR}" CP=${CP} \ diff --git a/www/w3-4/pkg-plist b/www/w3-4/pkg-plist index 14fb868310e7..d889b8d39107 100644 --- a/www/w3-4/pkg-plist +++ b/www/w3-4/pkg-plist @@ -1,12 +1,3 @@ -@unexec install-info --delete %D/info/w3-faq.info %D/info/dir -@unexec install-info --delete %D/info/w3.info %D/info/dir -info/w3-faq.info -info/w3.info -info/w3.info-1 -info/w3.info-2 -info/w3.info-3 -info/w3.info-4 -info/w3.info-5 share/emacs/site-lisp/mule-sysdp.el share/emacs/site-lisp/w3-widget.el share/emacs/site-lisp/devices.el @@ -138,6 +129,5 @@ share/examples/w3/dot.emacs share/examples/w3/dot.mosaic-hotlist-default share/examples/w3/user-install share/default.css +@dirrm %%DOCSDIR%% @dirrm share/examples/w3 -@exec install-info %D/info/w3-faq.info %D/info/dir -@exec install-info %D/info/w3.info %D/info/dir -- cgit