diff options
Diffstat (limited to 'devel/semantic/Makefile')
-rw-r--r-- | devel/semantic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/semantic/Makefile b/devel/semantic/Makefile index 1811e5973c5c..291265133387 100644 --- a/devel/semantic/Makefile +++ b/devel/semantic/Makefile @@ -6,14 +6,14 @@ # PORTNAME= semantic -PORTVERSION= 1.4.b14 +PORTVERSION= 1.4 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cedet PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} +#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} -MAINTAINER= fuyuki@mj.0038.net +MAINTAINER= fuyuki@hadaly.org EMACS_PORT_NAME?= emacs21 |