diff options
author | knu <knu@FreeBSD.org> | 2000-04-15 14:24:34 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-15 14:24:34 +0800 |
commit | 7c2f40c12b54a958e3f75dcfa3336761ef7e4768 (patch) | |
tree | d226c62a662ab21e25f550b0ace7927431d25b0a /editors/xemacs21-sumo | |
parent | dda49110eba14495b0dc8e0ab1ca4595fbd2b39b (diff) | |
download | freebsd-ports-gnome-7c2f40c12b54a958e3f75dcfa3336761ef7e4768.tar.gz freebsd-ports-gnome-7c2f40c12b54a958e3f75dcfa3336761ef7e4768.tar.zst freebsd-ports-gnome-7c2f40c12b54a958e3f75dcfa3336761ef7e4768.zip |
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.
Diffstat (limited to 'editors/xemacs21-sumo')
-rw-r--r-- | editors/xemacs21-sumo/Makefile | 10 |
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> |