diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
commit | 935870e192795a0db5cb9ead5131241e4a62f235 (patch) | |
tree | 101b6d1e85bc4571a69034476a24d8cade51daf6 /editors/bitmap | |
parent | dfee8150a0d59e2499214056965a4abbe8823b22 (diff) | |
download | ports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz ports-935870e192795a0db5cb9ead5131241e4a62f235.zip |
Notes
Diffstat (limited to 'editors/bitmap')
-rw-r--r-- | editors/bitmap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index 32a581722eb2..e42e303ae253 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: bitmap for emacs20 -# Version required: 8.2 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bitmap-mule-${BITMAP_VER} +PORTNAME= bitmap-${EMACS_PORT} +PORTVERSION= ${BITMAP_PKG_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ +DISTNAME= bitmap-mule-${BITMAP_VER} MAINTAINER= shige@FreeBSD.org @@ -28,7 +29,6 @@ EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} # target name for make build ALL_TARGET= elc -PKGNAME= bitmap-${EMACS_PORT}-${BITMAP_PKG_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \ uncompface:${PORTSDIR}/mail/faces |