summaryrefslogtreecommitdiff
path: root/editors/xemacs21-sumo
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-15 06:24:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-15 06:24:34 +0000
commitbd8a111a1fee8312e8c3efa9f683fe7301e0901a (patch)
tree21e3e2003a7782d66f7e15d723689ef4d2cff351 /editors/xemacs21-sumo
parentDefine PORTNAME/PORTVERSION with ?= instead of =, as these Makefiles (diff)
Include bsd.port.pre.mk before referring ${PKGNAMEPREFIX}.
Correct the dependency. - Do s/NAMEEXT/PKGNAMESUFFIX/ that I forgot previously. - Bump the XEMACS_VER to 21.1.9 that the MAINTAINER had forgotten some time ago.
Notes
Notes: svn path=/head/; revision=27582
Diffstat (limited to 'editors/xemacs21-sumo')
-rw-r--r--editors/xemacs21-sumo/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/xemacs21-sumo/Makefile b/editors/xemacs21-sumo/Makefile
index 4faebfdf62d6..3b53a3f9bc23 100644
--- a/editors/xemacs21-sumo/Makefile
+++ b/editors/xemacs21-sumo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xemacs-${NAMEPREFIX}sumo
PORTVERSION= ${XEMACS_REL}
-CATEGORIES= editors
+CATEGORIES+= editors
MASTER_SITES= # empty
DISTFILES= # empty
@@ -22,11 +22,13 @@ NO_BUILD= yes
XEMACS_MAJOR_VER= 21
XEMACS_REL= 21.1
-XEMACS_VER= 21.1.8
+XEMACS_VER= 21.1.9
XEMACS_ARCH= ${MACHINE_ARCH}--freebsd
+.include <bsd.port.pre.mk>
+
.if defined(PKGNAMEPREFIX) && (${PKGNAMEPREFIX} == "ja-")
-RUN_DEP_LIST= ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/japanese/xemacs${XEMACS_MAJOR_VER}${NAMEEXT}
+RUN_DEP_LIST= ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/japanese/xemacs${XEMACS_MAJOR_VER}${PKGNAMESUFFIX}
.else
RUN_DEP_LIST= ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/editors/xemacs${XEMACS_MAJOR_VER}-mule
NAMEPREFIX= mule-
@@ -34,4 +36,4 @@ NAMEPREFIX= mule-
do-install: # empty
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>