aboutsummaryrefslogtreecommitdiffstats
path: root/www/emacs-w3m
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2007-07-29 17:05:15 +0800
committernobutaka <nobutaka@FreeBSD.org>2007-07-29 17:05:15 +0800
commit18df7ad715727aca75282082f6981250fe1b8c4a (patch)
treee301da0913b864eceafbed3d5c87db28a84d1c2f /www/emacs-w3m
parent6e3699281f98c5a2869e8acd0a25c21e4311b2d3 (diff)
downloadfreebsd-ports-gnome-18df7ad715727aca75282082f6981250fe1b8c4a.tar.gz
freebsd-ports-gnome-18df7ad715727aca75282082f6981250fe1b8c4a.tar.zst
freebsd-ports-gnome-18df7ad715727aca75282082f6981250fe1b8c4a.zip
Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk.
Submitted by: ume
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r--www/emacs-w3m/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile
index f7aaa7b0d30c..0fa7824963c2 100644
--- a/www/emacs-w3m/Makefile
+++ b/www/emacs-w3m/Makefile
@@ -13,10 +13,9 @@ MASTER_SITES= http://emacs-w3m.namazu.org/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= nobutaka@FreeBSD.org
-COMMENT?= Simple front-end to w3m for emacs21
+COMMENT?= Simple front-end to w3m for emacs
USE_EMACS= yes
-EMACS_PORT_NAME?= emacs21
CONFIGURE_ARGS?= --with-emacs=${EMACS_CMD} \
--with-lispdir=${PREFIX}/${LISPDIR} \
@@ -49,6 +48,8 @@ WITHOUT_OCTET_VIEWER= yes
SHIMBUN= ""
.endif
+.include <bsd.port.pre.mk>
+
.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22")
FLIM_PORT= ${PORTSDIR}/editors/flim
SEMI_PORT= ${PORTSDIR}/editors/semi
@@ -114,4 +115,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>