aboutsummaryrefslogtreecommitdiff
path: root/www/emacs-w3m
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-29 09:05:15 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-29 09:05:15 +0000
commit933f1f0d91ea33d6e0d86b5b00cbebc0ba247b3a (patch)
treed7bdfcc0501e972bf04d15624380dec6f400f0f0 /www/emacs-w3m
parent56816f61ee4e9bf706209704699271adb557a1be (diff)
downloadports-933f1f0d91ea33d6e0d86b5b00cbebc0ba247b3a.tar.gz
ports-933f1f0d91ea33d6e0d86b5b00cbebc0ba247b3a.zip
Notes
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>