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/apel | |
parent | dfee8150a0d59e2499214056965a4abbe8823b22 (diff) | |
download | ports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz ports-935870e192795a0db5cb9ead5131241e4a62f235.zip |
Notes
Diffstat (limited to 'editors/apel')
-rw-r--r-- | editors/apel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile index 692f92d2831e..4739dd821463 100644 --- a/editors/apel/Makefile +++ b/editors/apel/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") |