diff options
author | ume <ume@FreeBSD.org> | 2007-07-22 12:07:43 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-07-22 12:07:43 +0800 |
commit | faf21c005394b0d91d0b0bfc07a6d5c8dff5dc9f (patch) | |
tree | 80376a799e5b27ddf0b4bd02716f37850019c984 /editors/bitmap | |
parent | c8055ebf07b9b811d7034e3f561d8861d4ca27aa (diff) | |
download | freebsd-ports-gnome-faf21c005394b0d91d0b0bfc07a6d5c8dff5dc9f.tar.gz freebsd-ports-gnome-faf21c005394b0d91d0b0bfc07a6d5c8dff5dc9f.tar.zst freebsd-ports-gnome-faf21c005394b0d91d0b0bfc07a6d5c8dff5dc9f.zip |
Obey default EMACS_PORT_NAME defined in bsd.emacs.mk.
Diffstat (limited to 'editors/bitmap')
-rw-r--r-- | editors/bitmap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index 2839544d8ce9..74a5d3f33711 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/Makefile @@ -7,7 +7,7 @@ PORTNAME= bitmap PORTVERSION= ${BITMAP_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ \ ftp://ftp.jpl.org/pub/elisp/bitmap/snapshots/ @@ -41,7 +41,6 @@ PORTCLASS?= master # Setup EMACS_PORT_NAME variable. .if (${PORTCLASS} == "master") USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 DEPPORT_SUFFIX= .else DEPPORT_SUFFIX= -${EMACS_PORT_NAME} |