diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
commit | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (patch) | |
tree | 5f163ac2fbca7213d2dcb72a7ee63a062386794d /editors/bitmap-emacs20 | |
parent | 0ea083c38191c42dceadbe34e683b134593d8d8d (diff) | |
download | FreeBSD-ports-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.zip FreeBSD-ports-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.gz |
Finish converting editors/ to PORTNAME/PORTVERSION.
Diffstat (limited to 'editors/bitmap-emacs20')
-rw-r--r-- | editors/bitmap-emacs20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/bitmap-emacs20/Makefile b/editors/bitmap-emacs20/Makefile index 32a5817..e42e303 100644 --- a/editors/bitmap-emacs20/Makefile +++ b/editors/bitmap-emacs20/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 |