diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dictem/Makefile | 1 | ||||
-rw-r--r-- | textproc/dictionary/Makefile | 3 | ||||
-rw-r--r-- | textproc/doc-mode.el/Makefile | 4 | ||||
-rw-r--r-- | textproc/muse/Makefile | 15 | ||||
-rw-r--r-- | textproc/uim-el/Makefile | 1 |
5 files changed, 12 insertions, 12 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index c3ce183ecac0..146672cb45f2 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -6,6 +6,7 @@ PORTNAME= dictem PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= textproc net elisp MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION} PKGNAMESUFFIX= -${EMACS_PORT_NAME} diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile index be014482a2e8..b12cac1b7681 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -7,7 +7,7 @@ PORTNAME= dictionary PORTVERSION= 1.8.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \ http://bsdchat.com/dist/dryice/ @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A dictionary client for Emacs USE_EMACS= yes -EMACS_PORT_NAME?= emacs22 LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ELS= connection.el dictionary.el link.el diff --git a/textproc/doc-mode.el/Makefile b/textproc/doc-mode.el/Makefile index fd9fa665dcdd..3cdf87bbd22b 100644 --- a/textproc/doc-mode.el/Makefile +++ b/textproc/doc-mode.el/Makefile @@ -7,7 +7,7 @@ PORTNAME= doc-mode.el PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc elisp MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION} DISTNAME= doc-mode-${PORTVERSION} @@ -17,8 +17,6 @@ MAINTAINER= peter.schuller@infidyne.com COMMENT= Asciidoc fontlocking for emacs USE_EMACS= yes -EMACS_PORT_NAME?=emacs22 - NO_BUILD= yes do-install: diff --git a/textproc/muse/Makefile b/textproc/muse/Makefile index b96341f29b8a..820fbee0c2cc 100644 --- a/textproc/muse/Makefile +++ b/textproc/muse/Makefile @@ -7,7 +7,7 @@ PORTNAME= muse PORTVERSION= 3.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc elisp MASTER_SITES= http://download.gna.org/muse-el/ \ ${MASTER_SITE_LOCAL} \ @@ -20,14 +20,9 @@ COMMENT= An authoring and publishing environment for Emacs USE_EMACS= yes USE_GMAKE= yes -EMACS_PORT_NAME?= emacs22 INFO= muse -.if ${EMACS_PORT_NAME} != "emacs22" -PORTNAMESUFFIX= ${PKGNAMESUFFIX} -.endif - LISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME} .if !defined(NOPORTDOCS) @@ -58,4 +53,10 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${EMACS_PORT_NAME} != "emacs23" +PORTNAMESUFFIX= ${PKGNAMESUFFIX} +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index 5bbc11659e95..7e29344a75fb 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -7,6 +7,7 @@ PORTNAME= uim-el PORTVERSION= 1.5.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= -${EMACS_PORT_NAME} |