summaryrefslogtreecommitdiff
path: root/editors/tamago-emacs21
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2007-07-21 15:29:19 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2007-07-21 15:29:19 +0000
commit50331801bf92fad709c98ed0745febf550c44419 (patch)
tree2ff5109991cf65d80b350470fb71d0c950a38c88 /editors/tamago-emacs21
parentFix last commit: the name tag was empty. (diff)
Obey default EMACS_PORT_NAME defined in bsd.emacs.mk.
Reported by: pav
Notes
Notes: svn path=/head/; revision=195992
Diffstat (limited to 'editors/tamago-emacs21')
-rw-r--r--editors/tamago-emacs21/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile
index 289e7afb0660..b9db583e20b6 100644
--- a/editors/tamago-emacs21/Makefile
+++ b/editors/tamago-emacs21/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tamago
PORTVERSION= ${EGG_DEBIAN_VER}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/e/egg
@@ -28,12 +28,13 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_EMACS= yes
-EMACS_PORT_NAME?= emacs21
WRKSRC= ${WRKDIR}/egg-4.0.6+0.20041122cvs
ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp
PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp"
+.include <bsd.port.pre.mk>
+
.if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22
PLIST_SUB+= HAS_JISX0213=""
.else
@@ -58,4 +59,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>