diff options
author | gj <gj@FreeBSD.org> | 2000-01-17 20:59:15 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2000-01-17 20:59:15 +0000 |
commit | ba5231b6847b7d6f34d2d3ddbcb43b0fd00acd65 (patch) | |
tree | 221a82931cad88614cf199ce29da6cfbf7821333 /editors | |
parent | 77adf273aefdc7319f8053cdbc469f864c26af25 (diff) | |
download | FreeBSD-ports-ba5231b6847b7d6f34d2d3ddbcb43b0fd00acd65.zip FreeBSD-ports-ba5231b6847b7d6f34d2d3ddbcb43b0fd00acd65.tar.gz |
Make yet more changes to support using xemacs21 with the xemacs-mule ports.
Whilke I'm here, fix a FATAL error reported by the latest version
of portlint - can't use ${PREFIX} in a RUN_DEPENDS line anymore.
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 6 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 6 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index cbafac3..d4c5e35 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -8,7 +8,7 @@ DISTNAME= xemacs-${XEMACS_VER} PKGNAME= ${LANGPREFIX}xemacs${PKGNAMEEXT}-21.1 -CATEGORIES= editors +CATEGORIES?= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ @@ -16,9 +16,9 @@ MASTER_SITES= \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} -MAINTAINER= gj@FreeBSD.org +MAINTAINER?= gj@FreeBSD.org -RUN_DEPENDS+= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages +RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index cbafac3..d4c5e35 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -8,7 +8,7 @@ DISTNAME= xemacs-${XEMACS_VER} PKGNAME= ${LANGPREFIX}xemacs${PKGNAMEEXT}-21.1 -CATEGORIES= editors +CATEGORIES?= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ @@ -16,9 +16,9 @@ MASTER_SITES= \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} -MAINTAINER= gj@FreeBSD.org +MAINTAINER?= gj@FreeBSD.org -RUN_DEPENDS+= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages +RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index cbafac3..d4c5e35 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -8,7 +8,7 @@ DISTNAME= xemacs-${XEMACS_VER} PKGNAME= ${LANGPREFIX}xemacs${PKGNAMEEXT}-21.1 -CATEGORIES= editors +CATEGORIES?= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ @@ -16,9 +16,9 @@ MASTER_SITES= \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} -MAINTAINER= gj@FreeBSD.org +MAINTAINER?= gj@FreeBSD.org -RUN_DEPENDS+= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages +RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ |