diff options
author | pav <pav@FreeBSD.org> | 2004-06-17 05:57:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-17 05:57:02 +0800 |
commit | f9eba6447fff045e4d8c22ff4c6fc025ac67897c (patch) | |
tree | 9a86f727411ce4ad587081e119bfab3b8c20a8ae /devel/cedet | |
parent | a99c26df7d6a20d0a25f2d91d493a63b0130e426 (diff) | |
download | freebsd-ports-gnome-f9eba6447fff045e4d8c22ff4c6fc025ac67897c.tar.gz freebsd-ports-gnome-f9eba6447fff045e4d8c22ff4c6fc025ac67897c.tar.zst freebsd-ports-gnome-f9eba6447fff045e4d8c22ff4c6fc025ac67897c.zip |
- Prepare to be a master port
PR: ports/68000
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
Diffstat (limited to 'devel/cedet')
-rw-r--r-- | devel/cedet/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cedet/Makefile b/devel/cedet/Makefile index 53b7dfa194b5..60e696e47871 100644 --- a/devel/cedet/Makefile +++ b/devel/cedet/Makefile @@ -7,14 +7,17 @@ PORTNAME= cedet PORTVERSION= 1.0.b2.b +PORTREVISION= 1 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cedet +PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}-1.0beta2b MAINTAINER= dryice@liu.com.cn COMMENT= Collection of Emacs Development Environment Tools +PORTCLASS= master EMACS_PORT_NAME?= emacs21 CEDET_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} |