diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 09:05:15 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 09:05:15 +0000 |
commit | 933f1f0d91ea33d6e0d86b5b00cbebc0ba247b3a (patch) | |
tree | d7bdfcc0501e972bf04d15624380dec6f400f0f0 /editors | |
parent | 56816f61ee4e9bf706209704699271adb557a1be (diff) | |
download | ports-933f1f0d91ea33d6e0d86b5b00cbebc0ba247b3a.tar.gz ports-933f1f0d91ea33d6e0d86b5b00cbebc0ba247b3a.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/apel/Makefile | 3 | ||||
-rw-r--r-- | editors/flim/Makefile | 3 | ||||
-rw-r--r-- | editors/semi/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile index df4f5451e306..4a980085f6ac 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/apel/ \ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER?= nobutaka@FreeBSD.org -COMMENT?= A Portable Emacs Library for emacs21 +COMMENT?= A Portable Emacs Library for emacs # distfile version APEL_VER= 10.7 @@ -24,7 +24,6 @@ APEL_VERSION_SPECIFIC_LISPDIR?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} # emacs port setup USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 DESCR= ${PKGDIR}/pkg-descr diff --git a/editors/flim/Makefile b/editors/flim/Makefile index f98e7ad9affc..84e2ce1b3de1 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/flim-1. PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER?= nobutaka@FreeBSD.org -COMMENT?= FLIM, message representation or encoding elisp library for emacs21 +COMMENT?= FLIM, message representation or encoding elisp library for emacs PORTCLASS?= master @@ -29,7 +29,6 @@ FLIM_VERSION_SPECIFIC_LISPDIR= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} PORTCLASS?= master USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 EMACS_MASTERDIR_PKGFILES=YES DESCR= ${PKGDIR}/pkg-descr diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 3eabee752185..4b103776e0b7 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/semi PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER?= nobutaka@FreeBSD.org -COMMENT?= SEMI, Library of MIME feature for GNU Emacs for emacs21 +COMMENT?= SEMI, Library of MIME feature for GNU Emacs for emacs PORTCLASS?= master @@ -30,7 +30,6 @@ SEMI_LISPDIR= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} SEMI_VERSION_SPECIFIC_LISPDIR= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 EMACS_MASTERDIR_PKGFILES=YES DESCR= ${PKGDIR}/pkg-descr |