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/apel | |
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/apel')
-rw-r--r-- | editors/apel/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |