diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
commit | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (patch) | |
tree | 5f163ac2fbca7213d2dcb72a7ee63a062386794d /editors/apel-emacs | |
parent | 0ea083c38191c42dceadbe34e683b134593d8d8d (diff) | |
download | freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.gz freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.zst freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.zip |
Finish converting editors/ to PORTNAME/PORTVERSION.
Diffstat (limited to 'editors/apel-emacs')
-rw-r--r-- | editors/apel-emacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/apel-emacs/Makefile b/editors/apel-emacs/Makefile index 692f92d2831e..4739dd821463 100644 --- a/editors/apel-emacs/Makefile +++ b/editors/apel-emacs/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: apel for emacs -# Version required: 9.23 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= apel-${APEL_VER} +PORTNAME= apel-${EMACS_PORT} +PORTVERSION= ${APEL_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/apel/ \ ftp://ftp.center.osaka-u.ac.jp/mule/apel/ +DISTNAME= apel-${APEL_VER} MAINTAINER?= shige@FreeBSD.org @@ -38,7 +39,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= apel-${EMACS_PORT}-${APEL_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES") |