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 | |
parent | a2bbf83c5c03cd7549c85292093126676e65c004 (diff) | |
download | ports-b41c69df37d2d5f210b6097e1b971b159217d441.tar.gz ports-b41c69df37d2d5f210b6097e1b971b159217d441.zip |
Notes
-rw-r--r-- | editors/bitmap/Makefile | 3 | ||||
-rw-r--r-- | editors/gnuserv/Makefile | 3 |
2 files changed, 2 insertions, 4 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} diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 6e8688615011..3c028cc4c785 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnuserv PORTVERSION= 3.12.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://meltin.net/hacks/emacs/src/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes BINSUFFIX?= -emacs USE_EMACS= yes -EMACS_PORT_NAME?=emacs21 .if defined(WITHOUT_X11) BROKEN= Configure fails without X support |