aboutsummaryrefslogtreecommitdiff
path: root/editors/wemi-emacs-current
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 06:21:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 06:21:02 +0000
commit935870e192795a0db5cb9ead5131241e4a62f235 (patch)
tree101b6d1e85bc4571a69034476a24d8cade51daf6 /editors/wemi-emacs-current
parentdfee8150a0d59e2499214056965a4abbe8823b22 (diff)
downloadports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz
ports-935870e192795a0db5cb9ead5131241e4a62f235.zip
Notes
Diffstat (limited to 'editors/wemi-emacs-current')
-rw-r--r--editors/wemi-emacs-current/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/wemi-emacs-current/Makefile b/editors/wemi-emacs-current/Makefile
index 44bb106f233e..a76ecc50905d 100644
--- a/editors/wemi-emacs-current/Makefile
+++ b/editors/wemi-emacs-current/Makefile
@@ -1,14 +1,15 @@
# New ports collection makefile for: wemi-current for emacs
-# Version required: 1.13.7
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= wemi-${WEMI_VER}
+PORTNAME= wemi-${EMACS_PORT}
+PORTVERSION= ${WEMI_VER}
CATEGORIES= editors elisp
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/wemi/
+DISTNAME= wemi-${WEMI_VER}
MAINTAINER?= shige@FreeBSD.org
@@ -40,7 +41,6 @@ REQUIRE_SETUPEL= YES
ALL_TARGET?= elc
.if defined(EMACS_PORT)
-PKGNAME= wemi-${EMACS_PORT}-${WEMI_VER}
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")