diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-09 20:34:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-09 20:34:45 +0800 |
commit | a4e1fc79c76be73f26101b57f707f1ec1982a5a9 (patch) | |
tree | 4b43e13e0023367ffcb2d8b6cc19701582f862d8 /www/w3-4 | |
parent | 0a682dcffc454dab9adb35666c81caea83c53df4 (diff) | |
download | freebsd-ports-gnome-a4e1fc79c76be73f26101b57f707f1ec1982a5a9.tar.gz freebsd-ports-gnome-a4e1fc79c76be73f26101b57f707f1ec1982a5a9.tar.zst freebsd-ports-gnome-a4e1fc79c76be73f26101b57f707f1ec1982a5a9.zip |
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 <slaven.rezic@berlin.de>
Approved by: Maintainer timeout
Diffstat (limited to 'www/w3-4')
-rw-r--r-- | www/w3-4/Makefile | 2 | ||||
-rw-r--r-- | www/w3-4/pkg-plist | 12 |
2 files changed, 3 insertions, 11 deletions
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 |