diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-07-22 04:07:43 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-07-22 04:07:43 +0000 |
commit | b41c69df37d2d5f210b6097e1b971b159217d441 (patch) | |
tree | b0d26e8ee85018d3ffea516497810e82f17aeb50 /editors/bitmap | |
parent | a2bbf83c5c03cd7549c85292093126676e65c004 (diff) | |
download | ports-b41c69df37d2d5f210b6097e1b971b159217d441.tar.gz ports-b41c69df37d2d5f210b6097e1b971b159217d441.zip |
Notes
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} |