diff options
author | pav <pav@FreeBSD.org> | 2005-10-03 17:13:54 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-03 17:13:54 +0000 |
commit | 2200ab13581f038360733971f3796cbc2010c967 (patch) | |
tree | cbbc2470507c3065e7a38f830d21aedac62cfe28 /www/w3-4 | |
parent | 8bc3254f886ad3903d4f8d1e0bf9b4680a35ff80 (diff) | |
download | FreeBSD-ports-2200ab13581f038360733971f3796cbc2010c967.zip FreeBSD-ports-2200ab13581f038360733971f3796cbc2010c967.tar.gz |
- Fix plist: remove the "dotemacs" from INSTALL_TARGET so default.el is not
installed
PR: ports/86396
Submitted by: Dryice Liu <dryice@hotpop.com>
Diffstat (limited to 'www/w3-4')
-rw-r--r-- | www/w3-4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/w3-4/Makefile b/www/w3-4/Makefile index 8d3ab38..6afff44 100644 --- a/www/w3-4/Makefile +++ b/www/w3-4/Makefile @@ -15,11 +15,9 @@ DISTNAME= w3-4.0pre.47 MAINTAINER= ports@FreeBSD.org COMMENT= WWW browser based on emacs/mule -BROKEN= Incomplete pkg-plist - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=yes -INSTALL_TARGET= install dotemacs +INSTALL_TARGET= install EMACS_PORT_NAME?= emacs21 |