diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 17:05:15 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 17:05:15 +0800 |
commit | 18df7ad715727aca75282082f6981250fe1b8c4a (patch) | |
tree | e301da0913b864eceafbed3d5c87db28a84d1c2f /editors/flim | |
parent | 6e3699281f98c5a2869e8acd0a25c21e4311b2d3 (diff) | |
download | freebsd-ports-gnome-18df7ad715727aca75282082f6981250fe1b8c4a.tar.gz freebsd-ports-gnome-18df7ad715727aca75282082f6981250fe1b8c4a.tar.zst freebsd-ports-gnome-18df7ad715727aca75282082f6981250fe1b8c4a.zip |
Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk.
Submitted by: ume
Diffstat (limited to 'editors/flim')
-rw-r--r-- | editors/flim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |